Descripción
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)data_controls
: whether or not to include controls for pause/speed/etc (default: true)data_title
: whether or not to include the title on hover over (default: true)data_autoplay
: whether or not to automatically start playback when the page loads (default: false)data_expand
: whether or not the video element should expand to fill the space of its container (default: false)
Basic examples
Automatically start playback:
[gfycat data_id="BestYellowishElephantseal" data_autoplay=true]
Automatically start playback and hide controls:
[gfycat data_id="BestYellowishElephantseal" data_autoplay=true data_controls=false]
Capturas
Instalación
Automatic Installation
- Download the current version of the WP Gfycat plugin.
- Go to your WordPress Admin Panel and click on Plugins >> Add New >> Upload
- Choose the downloaded package and Install and Activate the WP Gfycat plugin.
Manual Installation
- Download the current version of the WP Gfycat plugin.
- Unzip the fileand upload the wp-gfycat folder into the /wp-content/plugins directory of your WordPress installation.
- Go to your Admin panel and activate the WP Gfycat plugin.
Preguntas frecuentes
- How do I embed gfycats in my posts/pages/templates?
-
- 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)
- Select the text you just pasted and click the WP Gfycat button in the visual editor.
- 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"]'); ?>
Reseñas
Great suff, although one missing feature…
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.
Colaboradores y desarrolladores
“WP Gfycat” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce “WP Gfycat” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .
Registro de cambios
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.