前言介紹
- 這款 WordPress 外掛「Base64 Encoder/Decoder」是 2009-02-04 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2015-09-06,距離現在已有 3528 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 2.0.5 以上版本才可以安裝。
- 有 2 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
tag | base64 | decoder | encoder | comments |
內容簡介
Base64 Encoder/Decoder 是一個 WordPress 外掛,它可以讓你將文章的部分內容加密為 base64 編碼。編碼後的文字看起來像是難以理解的文本,但是當你按下「解碼」按鈕時,它將使用 AJAX 進行內聯替換,變得易讀。這樣對於搜尋引擎機器人來說是看不見的。
它使用 ‘[base64]’ 和 ‘[/base64]’ 標籤來分隔需要進行加密的文章部分。這些標籤在瀏覽器上看不見,也就是說,如果你決定停用此外掛,這些標籤包圍的內容將會像一般的文字一樣顯示在文章中。
你可以在 HTML 編輯模式下手動輸入這些標籤,或是使用快速標籤按鈕來加入。目前此外掛還無法提供可視化編輯模式下的快速標籤按鈕,但我預計在下一個版本中會新增此功能。
先前的版本使用了 ‘’、‘’、‘
鳴謝
大部分的程式碼都不是我所創造的,而是借鏡於比我更聰明的人,所以我必須要感謝他們。
在我還不了解如何創建 WordPress 外掛的時候,感謝 aNieto2k 的 AntiTroll 外掛 提供的部分程式碼。
感謝 Random Snippets 提供的 JavaScript 替換腳本,如果沒有這個腳本的話,外掛將無法進行內聯替換。
感謝 Lorelle's Blog 提供有關在 WordPress 資料庫中進行搜尋和替換的相關資訊。
感謝 MyDigitalLife 提供了如何識別 postID 的相關資訊,這幫助我解決了與多個文章上不同的 base64 區塊重複顯示的錯誤。
感謝 Daniel Lorch 提供了如何在外掛中使用 AJAX 的示範,這對我來說是一個很好的示範。
感謝 Automatic Timezone 外掛 提供部分腳本,以在已安裝的外掛頁面上添加「設定」的連結。
感謝 Famfamfam 提供用於管理頁面的關鍵圖示。
原文外掛簡介
Base64 Encoder/Decoder is a WordPress Plugin that enables you to encode parts of your post in base64. The encoded text looks like unreadable text, but when you press the “Decode” button it gets readable with inline replacement using AJAX, so it’s invisible to search robots.
It uses ‘[base64]’ and ‘[/base64]’ tags for opening and closing the parts of post you need to encode. The tags are browser invisible, this is, if you decide to deactivate the plugin, the content enclosed by this tags will be shown like normal text in the post.
You can add the tags typing them or using the quicktag button in HTML editing mode. For now I don’t provide a quicktag button in Visual editing mode, but I expect to add that in next version.
Previous versions of this plugin used ‘’, ‘’, ‘
Credits
Most parts of the code are not my creation, they were borrowed from people smarter than me, so I must thank to them.
Thanks to aNieto2k’s AntiTroll Plugin for part of the code, because that was my first source when I knew nothing about creating a WordPress Plugin.
Thanks to Random Snippets for the Javascript replacement script. Without it the plugin will be unable to replace text inline.
Thanks to Lorelle’s Blog for the info on how to search and replace inside a WordPress database.
Thanks to MyDigitalLife for the info on how to identify the postID, helping me to solve the bug related to multiple base64 blocks showing on different posts at same time.
Thanks to Daniel Lorch for the info on how to use AJAX inside the plugin, it was a clarificating example.
Thanks to Automatic Timezone Plugin for parts of script that adds “Settings” link to Admin Page in Installed Plugins Page.
Thanks to Famfamfam for the key icon used for the Admin page.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Base64 Encoder/Decoder」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.6 | 0.7 | 0.8 | 0.9 | 0.6.1 | 0.7.1 | 0.8.2 | 0.8.5 | 0.9.1 | 0.9.2 | trunk |
延伸相關外掛(你可能也想知道)
URL Parameter Decoder 》**總結:**, , 這是一個輕量級的 WordPress 外掛,名為URL Parameter Decoder,可以解碼 URL 參數(包括 base64 和 URL 編碼),並使用簡單的快捷方式在您的文...。