前言介紹
- 這款 WordPress 外掛「Jimmy Branding」是 2017-06-20 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2018-04-26,距離現在已有 2565 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.7 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
3d | brand | webgl | banner | branding |
內容簡介
適合您網站的尺寸靈活的橫幅。用作您獨特的廣告牌!模板標籤、短碼和‘SENOR’ WebGL庫。
功能
模板標籤,‘jimmy_branding_output’
短碼,‘[jimmy_branding]’
三角形開啟器,更改橫幅高度大小
‘jBrandings’ 管理選單
‘jPromoter’ 角色
原始的WebGL庫,‘SENOR’
‘SENOR’(正確地說,‘SENOR’是‘SENORWEBGL1’、‘SENORWEBGL2’和‘SENORUTL’的命名聯盟)是石井健太在GPLv2或更高版本下授權的客戶端WebGL庫。此庫旨在成為「整個面向對象結構系統」,以在客戶端計算機和服務器之間傳輸3D圖形(三維圖形)的數據。此系統獨特之處在於整個過程都依賴於面向對象的架構。這樣做可以使參與3D圖形項目的工程師能夠比不一致的結構更容易地構建系統。‘SENOTRWEBGL1’是WebGL1.0上下文的包裝器。‘SENORWEBGL2’是WebGL2.0上下文的包裝器(‘SENORWEBGL2’現在被保留)。‘SENORUTL’是制造3D圖形的實用工具。‘SENOR’還旨在考慮到‘SENORWEBGL1’,WebGL1.0上下文和‘SENORWEBGL2’,WebGL2.0上下文之間的代碼兼容性。這被稱為「除擴展外,幾乎相同的編碼」。通過用每個‘canvas’ HTML標籤包裝整個上下文,‘SENOR’旨在在您網站的同一頁面上使用多個上下文。
‘SENOR’庫系統圖表(‘SENOR’使用以下三階段程序)
互聯網
(TCP/IP協議等)
│ ^
從 │ │ 到服務器
服務器 │ │ 從
到客戶端 │ │ 客戶端
V │
-------------------------
| (1)原始數據 |
| 頂點、坐標、Phong參數等|
| 在JSON(JavaScript |
|對象表示法)等上傳數據|
-------------------------
│ ^
由目錄 │ │ 由原始數據
JavaScript│ │JavaScript
│ │
V │
-------------------------
| (2)對象化 |
| 初始化WebGL。 |
| 結合對象以 |
| 用作3D模型。 |
| 通過‘SENOR’庫 |
-------------------------
│ ^
輸出到 │ │ 輸入給
由WebGL顯示│ │ 用戶
V │ 通信
-------------------------
| (3)使用對象 |
| 在應用程序中, |
| 遊戲、CAI(計算機- |
| 輔助教學)CAD、監控等 |
-------------------------
用法
模板標籤,jimmy_branding_output
if ( function_exists( 'jimmy_branding_output' ) ) {
//如果您想,在此模板標籤的參數中將此模板的ID配置為字符串
jimmy_branding_output();
}
把模板標籤放在您的佈景主題上,例如 index.php。
在‘jBrandings’菜單上製作您的品牌HTML代碼。
在‘Select’子菜單上選擇您的jBranding內容。
在‘Select’子菜單上自定義標語和開啟器(位於底部中心的三角形)大小。
短碼, [jimmy_branding]
[jimmy_branding name="slug-name-of-your-jbranding-content"]
在‘Select’子菜單上,勾選‘SENOR WebGL Library’以‘獨立運作’和‘短碼
原文外掛簡介
Size-flexible Banner for Your Website. Use as your unique billboard! Template Tag, Shortcode and ‘SENOR’ WebGL Library.
Futures
Template Tag, ‘jimmy_branding_output’
Shortcode, ‘[jimmy_branding]’
Triangle Opener to Change Height Size of Banner
‘jBrandings’ Admin Menu
‘jPromoter’ Role
Original WebGL library, ‘SENOR’
‘SENOR’ (exactly, ‘SENOR’ is the naming union of ‘SENORWEBGL1’, ‘SENORWEBGL2’ and ‘SENORUTL’) is an client side WebGL library of Kenta Ishii licensed under GPLv2 or later. This Library aims to be “System of Whole Objective Oriented Structure” to make/transmit data of 3D-graphic (Three Dimensional Graphic) in/between client computers and servers. This system is unique because whole processes depend on object-oriented architecture. By doing so, engineers to participate in 3D-graphic projects can be able to build systems easier than inconsistent structures. ‘SENOTRWEBGL1’ is a wrapper of WebGL1.0 context. ‘SENORWEBGL2’ is a wrapper of WebGL2.0 context (‘SENORWEBGL2’ is now on reserved). ‘SENORUTL’ is utilities to make 3D-graphic. ‘SENOR’ also aims to consider compatibility to code between ‘SENORWEBGL1’, WebGL1.0 context and ‘SENORWEBGL2’, WebGL2.0 context. It’s so called “The Same Coding Rarely Except Extension”. By wrapping whole context with each ‘canvas’ HTML tag, ‘SENOR’ aims usage of multiple contexts on the same page of your website.
‘SENOR’ Library System Chart (‘SENOR’ is using a three-phases procedure as below)
Internet
(TCP/IP Protocol, etc.)
| ^
From | | To Server
Server | | From
To Client | | Client
v |
-------------------------
| (1) Raw Data |
| Vertices, Coordinates,|
| Phong Parameter, etc. |
| On JSON (JavaScript |
| Object Notation), etc.|
-------------------------
| ^
Object by | |Raw Data by
JavaScript | |JavaScript
| |
v |
-------------------------
| (2) Objectify |
| Initialize WebGL. |
| Combine Objects to |
| Use as a 3D Model. |
| Via 'SENOR' Library |
-------------------------
| ^
Output to | | Input by
Display by | | User
WebGL | | Communi-
v | cation
-------------------------
| (3) Use Object |
| In Applications, |
| Game, CAI (Computer- |
| Assisted Instruction) |
| CAD, Monitor, etc. |
-------------------------
Usage
Template Tag, jimmy_branding_output
if ( function_exists( 'jimmy_branding_output' ) ) {
// If you want, configure ID of this template in the argument of this template tag as String
jimmy_branding_output();
}
Put the template tag on your theme, e.g., index.php.
Make your branding HTML code on ‘jBrandings’ menu.
Select your jBranding content on ‘Select’ sub menu.
Customize banner and opener (Triangle on the Center Bottom) size on ‘Select’ sub menu.
Shortcode, [jimmy_branding]
[jimmy_branding name="slug-name-of-your-jbranding-content"]
On ‘Select’ sub menu, check ‘SENOR WebGL Library’ to ‘Stand Alone’ and ‘Shortcode Usage’ to ‘Use’.
On your post, use shortcode [jimmy_branding] with several arguments. ‘name’ must be needed.
Arguments of the WordPress shortcode, [jimmy_branding]
‘id’ – (default: ‘jimmy-branding’)
‘name’ – assign slug name of your jBranding content, must be needed
‘ratio’ – ‘false’ is using pixels, ‘parent’ is using width parent element’s width, ‘window’ is using window’s width and height to make the resolution of the template (default: ‘false’)
‘width_pixels’ – (default: ‘300’)
‘width_percents’ – (default: ‘100’)
‘height_min’ – (default: ‘100’)
‘height_min_percents’ – (default: ’10’)
‘height_max’ – (default: ‘200’)
‘height_max_percents’ – (default: ’20’)
‘opener_color’ – (default: ‘#ff0’)
‘opener_width’ – (default: ’28’)
‘opener_choice’ – Show Opener (‘true’) or not (default: ‘true’)
Usage Samples are on http://electronics.jimmykenmerchant.com/jimmy-branding/ please check out.
Copyright
The Jimmy Branding, A WordPress Plugin, Copyright 2017 Kenta Ishii.
Jimmy Branding is distributed under the terms of the GNU GPL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Several codes of ‘SENOR’, a WebGL library are derived from Mozilla Developer Network, https://github.com/mdn/webgl-examples . The license is under Creative Commons Zero v1.0 Universal, https://github.com/mdn/webgl-examples/blob/gh-pages/LICENSE . This license is compatible with GPLv2 or later.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Jimmy Branding」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | trunk |
延伸相關外掛(你可能也想知道)
Trustpilot Reviews 》什麼是 Trustpilot?, 通過 Trustpilot 評論增長並展示品牌信任。, Trustpilot 是領先的獨立評論平台-免費且面向所有人。Trustpilot 擁有超過 2,50000 家公司...。
YITH WooCommerce Brands Add-On 》71%的網路購物使用者認為在進行購買前認識品牌是必要的。, 在商店展示知名品牌不僅對你和你的客戶有很多優勢,尤其是在網路商店中,產品的品質無法被「觸摸」...。
A5 Custom Login Page 》如果你正在為客戶工作,或者你只是想為社群(樂隊、合唱團等等)設置一個網頁,他們可能會喜歡自己的標誌在登錄畫面中出現。透過這個WordPress外掛,你甚至可...。
WP Branding 》WP Branding 是一個簡單的品牌化外掛程式。, 未來幾天將會新增一些新功能。, 敬請期待 🙂, 版本 1.0 提供以下功能:, 1. 上傳自訂登入頁面的標誌, 2. 新增自...。
Woocommerce Brand 》一個支持 woo-commerce 的外掛,可為每件產品啟用品牌設定。您可以使用此外掛建立自己的品牌,建立後可將產品指派到特定品牌。例如:如果一個品牌為“Adidas”...。
Easy Woocommerce Brands 》Easy Woocommerce Brands 外掛可以讓您在任何 WordPress 主題的網站上,將品牌添加至您的 WooCommerce 產品中。, , 易於使用,且 100% 免費。, 輕量化外掛。...。
Brand My Login 》Brand My Login 是一個輕量、快速、簡單易用的 WordPress 外掛,透過設置品牌標誌、主題顏色和額外的簡單風格來自訂 WordPress 登入頁面。, 使用 Brand My Lo...。
Logo Awesome – Client Brand Logo Showcase 》h3>夥伴和客戶的標誌展示外掛程式, Logo Awesome Pro 能夠幫助您展示所有夥伴和客戶的標誌。這個外掛程式能夠幫助您提供您經營一個值得信賴的商業的證據。, L...。
Custom Logo 》使用 Custom Logo,您可以透過放置自訂標誌的 URL 來取代 WP 預設的登錄/註冊頁面標誌,當然必須是以適當的大小。此過程使用 JavaScript onload 事件完成,但...。
Product Brand 》這個外掛可以讓你在 WooCommerce 中添加品牌。, 啟用此外掛後,您需要在後台菜單中的「產品->品牌」中進行設置。, 在這裡,您可以添加您的品牌!然後進入...。
CBX Ready Mix 》這是一個打包編程外掛,意味著這個外掛包含多個我們需要在網站中使用的功能。該外掛程式提供了靈活的實現方式,, 例如團隊、推薦、作品集、品牌、Bootstrap ...。
Brand In Content 》品牌形象對任何網站擁有者都是非常重要的元素。無論您擁有一家大公司,還是只是個人部落客,您的品牌就是您的身份標誌。, 「Brand In Content」這個簡單的外...。
Brand Logo Slider 》總結:這款 WordPress 外掛讓您能夠快速使用圖片建立象古騰堡風格的幻燈片,輕鬆選擇您喜歡的照片並排列在幻燈片中,吸引訪客並提升網站的美感。, , 問題與答...。
VILLOID – brand integration 》這個外掛程式讓你可以將你的 WooCommerce 商店與 VILLOID 平台整合, 需求, , 啟用 Woocommerce 外掛, 在「Woocommerce > 設定 > API」中啟用 WooCommerce RES...。
SiteBrand Customizer 》這是一個外掛,可以讓你的品牌、公司或組織形象在網頁上熠熠生輝。。