內容簡介
這是一個簡單的 WordPress 外掛,您可以修改它以符合自己的需求。使用您的 iOS 應用程式 ID,它會輸出一些基本的 HTML,然後您可以套用自己的樣式。
為什麼?
我想確保我在個人網站上顯示這些數據的任何地方都有精確的描述和最新的價格信息。這是很自然的事情。
查看它所生成的示例:http://www.mohawkapps.com/checkout-helper/
進階使用
您還可以使用以下簡碼只提取應用程式的部分數據。請注意,您還必須傳遞應用程式 ID 給這些簡碼,否則插件就不知道您要獲取哪個應用程式的數據。
name
icon
icon_url
version
price
release_notes
description
rating
iphoness
ipadss
itunes_link
這個插件將在 WordPress 數據庫中緩存您的應用程式數據 24 小時。應用程式圖標和截圖默認情況下在您的服務器上緩存,但如果你想直接從蘋果的 CDN 服務器上提取這些圖像(通常速度更快),請將 IOS_APP_PAGE_CACHE_IMAGES 的值更改為 false。
外掛標籤
開發者團隊
原文外掛簡介
This is a simple WordPress plugin that you can modify to fit your own needs. Use your iOS’s application id and it will spit out some basic HTML that you can then apply your own styling to.
Why?
I wanted to make sure that I had accurate descriptions and current pricing information for all my apps wherever I display this data on my personal websites. This was the natural thing to do.
Check out the example of what it produces here: http://www.mohawkapps.com/checkout-helper/
Advanced Usage
You can also use the following shortcodes to pull only parts of the application’s data. Please note that you must also pass the id to these shortcodes as well of the plugin won’t know what application you want the data for.
name
icon
icon_url
version
price
release_notes
description
rating
iphoness
ipadss
itunes_link
This plugin will cache the data from your application in the WordPress database for 24 hours. Application icons and screenshots are cached on your server by default but if you’d like to pull those images directly from Apple’s CDN servers (usually faster), change the value of IOS_APP_PAGE_CACHE_IMAGES to false
