Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

WP Gfycat

Описание

A simple shortcode to add your gfycat videos into your website. This plugin will enable you to use shortcodes to insert your gfycat videos from gfycat.com. Based on gfycat.js, an embed script to generate gfycat embeds on 3rd party websites by gfycat.com.

WP Gfycat options

  • data_id: the gfycat id (required)

Basic example

Add Gfycat in your post, page or widget:

[gfycat data_id="BestYellowishElephantseal"]

Скриншоты

  • Copy and paste the gfycat ID in your post or page.
  • Highlight the ID.
  • Click on the wp-gfycat button to insert the shortcode.
  • That's it! Preview the draft or publish your post to see the results.

Установка

Automatic Installation

  1. Download the current version of the WP Gfycat plugin.
  2. Go to your WordPress Admin Panel and click on Plugins >> Add New >> Upload
  3. Choose the downloaded package and Install and Activate the WP Gfycat plugin.

Manual Installation

  1. Download the current version of the WP Gfycat plugin.
  2. Unzip the fileand upload the wp-gfycat folder into the /wp-content/plugins directory of your WordPress installation.
  3. Go to your Admin panel and activate the WP Gfycat plugin.

Часто задаваемые вопросы

How do I embed gfycats in my posts/pages/templates?
  1. Copy and paste the ID of a gfycat video anywhere in your posts or pages. (The ID is the part after http://gfycat.com/ in the URL. E.g. MelodicShadowyChinchilla in http://gfycat.com/MelodicShadowyChinchilla)
  2. Select the text you just pasted and click the WP Gfycat button in the visual editor.
  3. That’s it! Save your post or preview it.

You can enter manually the [gfycat] shortcode anywhere in your posts, pages or widgets:

[gfycat data_id="BestYellowishElephantseal"]

You can also display the gfycats outside your posts or pages using do_shortcode:

<?php echo do_shortcode('[gfycat data_id="BestYellowishElephantseal"]'); ?>

Отзывы

31.01.2018
great plugin for the easy use of gifs from gfycat, wp gif player and gif animation don't work for me so this is a life-saver. Although I would really love it if the plugin had a MouseOver feature... hoping for the next release.
Посмотреть все 6 отзывов

Участники и разработчики

«WP Gfycat» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «WP Gfycat» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.9.3

  • Switched to new API endpoint.
  • Now uses iframes for displaying Gfys.

0.9.2

  • Now you can insert the shortcode in your widgets.

0.9.1

  • Added a wp-gfycat button to the TinyMCE editor.

0.9

  • Initial release.