DCG Display Plugin Data (from wordpress.org)

説明

This plugin display WordPress.org plugin data such as version, requires and compatible up to, release and last update date, number of downloads, rating, description, installation steps, faq and screenshots etc. into pages / posts using simple shortcode.

Shortcode examples

  • Display specs only. This will display version, requires and compatible up to, release and last update date, total number of downloads, average rating and download link.
    [dcg_display_plugin_data name=’dcg-display-plugin-data’]
  • Display specs with plugin description
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ description=”true”]
  • Display specs with installation instructions
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ installation=”true”]
  • Display specs with FAQ
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ faq=”true”]
  • Display specs with screenshot(s)
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ screenshots=”true”]
  • Display all data (everything)
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ description=”true” installation=”true” faq=”true” screenshots=”true”]

Change ‘dcg-display-plugin-data’ to appropriate plugin slug for which you want to display data.

Note: In shortcode, you must have to pass name attribute with the correct plugin slug

  • Correct slug: dcg-display-plugin-data
  • Wrong slug: DCG Display Plugin Data

P.S. It is aways the best policy to open a support thread first before posting a negative review.

スクリーンショット

  • Sample front-end output (on pages / posts)

インストール

  1. Upload the ‘dcg-display-plugin-data’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. That’s it!

FAQ

What does this plugin do?

This plugin display WordPress.org plugin data such as version, requires and compatible up to, release and last update date, number of downloads, rating, description, installation steps, faq and screenshots etc. into pages / posts using simple shortcode.

Any shortcode examples?

  • Display specs only. This will display version, requires and compatible up to, release and last update date, total number of downloads, average rating and download link.
    [dcg_display_plugin_data name=’dcg-display-plugin-data’]
  • Display specs with plugin description
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ description=”true”]
  • Display specs with installation instructions
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ installation=”true”]
  • Display specs with FAQ
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ faq=”true”]
  • Display specs with screenshot(s)
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ screenshots=”true”]
  • Display all data (everything)
    [dcg_display_plugin_data name=’dcg-display-plugin-data’ description=”true” installation=”true” faq=”true” screenshots=”true”]

How can I find plugin slug?

Last part of plugin URL (in WordPress.org) will be a plugin slug.
For example, plugin slug for DCG Display Plugin Data will be dcg-display-plugin-data
( https://wordpress.org/plugins/dcg-display-plugin-data/ )

Will DCG Display Plugin Data slow my site down?

No.

Any specific requirements for this plugin to work?

No.

How can I ask a question that is not answered here?

You can always open a support thread if you have any question(s).

Is that it?

Pretty much, yeah.

評価

2016年9月3日
If you need these feature, it’s a very simple and light plugin. It’s not perfect for the moment: text only in English and no way to choose what information to show.
1件のレビューをすべて表示

貢献者と開発者

DCG Display Plugin Data (from wordpress.org) はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“DCG Display Plugin Data (from wordpress.org)” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2, August 30, 2016

  • Improved code
  • Fixed few bugs (for star ratings)

1.1, Sept 29, 2015

  • Updated WordPress compatibility
  • Merged with SVN repo. for easy updates

1.0, June 27, 2015

  • プラグインをリリース