[wordpress插件] App Display Page应用显示页面

wordpress 插件 文章 2020-02-19 22:40 513 0 全屏看文

AI助手支持GPT4.0

评分
86
描述

This is a simple WordPress plugin that you can modify to fit your own needs.

这是一个简单的WordPress插件,您可以对其进行修改以满足自己的需求。

Use your iOS’s application id and it will spit out some basic HTML that you can then apply your own styling to.

使用iOS的应用程序ID,它会吐出一些基本的HTML,然后您可以将自己的样式应用于这些HTML。

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/

在此处查看其产生的示例: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.

请注意,您还必须将ID传递给这些短代码,并且该插件不会知道您想要数据的应用程序。

    • name
    • 名称

    • icon
    • 图标

    • icon_url
    • icon_url

    • version
    • 版本

    • price
    • 价格

    • release_notes
    • release_notes

    • description
    • 说明

    • rating
    • 评分

    • iphoness
    • iphoness

    • ipadss
    • ipadss

    • itunes_link
    • itunes_link

    This plugin will cache the data from your application in the WordPress database for 24 hours.

    此插件会将您的应用程序中的数据缓存在WordPress数据库中24小时。

    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

    默认情况下,应用程序图标和屏幕快照会缓存在您的服务器上,但是如果您想直接从Apple的CDN服务器中提取这些图像(通常更快),请将IOS_APP_PAGE_CACHE_IMAGES的值更改为false

安装步骤

    1. Upload the plugin folder to the /wp-content/plugins/ directory
    2. 将插件文件夹上传到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Place the shortcode [ios_app id="1234"] (where “1234” is your application’s App Store ID) anywhere in a post or page.
    6. 将简码 [ios_app id =“ 1234”] (其中“ 1234”是您应用程序的应用商店ID)放置在帖子或页面中的任意位置。

下载地址
https://downloads.wordpress.org/plugin/app-display-page.1.7.1.zip
-EOF-

AI助手支持GPT4.0