Περιγραφή
YouTube Easy Embed (Wall) PRO is a plugin to integrate a Youtube wall on any section of your page. Are you looking to create a wall that pulls in videos from defined channel, playlist or a set of comma separated videos? If yes, this is an ideal and easy to use plugin that works based off a shortcode.
Features:-
* Pull in videos based off Channel ID
* Pull in videos based off Playlist ID (PRO feature)
* Pull in videos based off comma seperated video id’same (PRO feature)
* Option to choose the count of videos to display on the wall per section (PRO feature)
* Option to trigger click over tiles to youtube site or to open video as a popup (PRO feature)
* options to hide/show Channel logo, Video title, channel username, videw Views, Video likes from tiles (PRO feature)
* Several appearance options for the Tile to set (Color, spacing, max-width, etc) (PRO feature)
Checkboxes for shortcodes, add those as 1 or 0.. example, [getYouTubeWallPro gwt_youtube_plugin_setting_click=’1′]
gwt_youtube_plugin_setting_click
gwt_youtube_plugin_setting_logo
gwt_youtube_plugin_setting_videotitle
gwt_youtube_plugin_setting_channelusername
gwt_youtube_plugin_setting_videoviews
gwt_youtube_plugin_setting_videolikes
gwt_youtube_plugin_setting_tilebordercheck
If you are using multiple walls on a single page, then each of your shortcodes needs to have a unique ID.
Advanced Usage
For those of you who know your way around a WordPress theme, it’s possible to embed the Youtube Wall directly within your theme using the wordpress function do_shortcode. This will allow you to put the widget anywhere in your theme, even outside of a post or a page.
To do so, use the following PHP code anywhere in your theme.
<?php echo do_shortcode('[getYouTubeWallPro]') ?><h3>Thanks</h3>
The cycling functionality of this plugin simply would not work without slick. Thank you to the slick team for producing such an awesome plugin.
Εγκατάσταση
- Upload the plugin files to the
wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->YouTube Easy Embed (Wall) PRO screen to configure the plugin
- Fill in the required fieds as per the usage, please note API Key is a must for this to work. To set yourself with an api key, refer to https://console.developers.google.com/projectcreate. Also daily usage for free users is 10000, if your usage is more than that, additional request to increase should be made.
- To add the Youtube wall to your site, you can use the shortcode [getYouTubeWallPro] within any page or post. Advanced WordPress users could also add the function call directly to their theme to use the widget outside of a page or post (more on this below)
Shortcode Usage
To output the Youtube Wall configured on the settings page, simply use the following shortcode anywhere in a post or page within WordPress:
[getYouTubeWallPro]
To output a Youtube Wall configured with custom settings, you can define the settings on the shortcode like this:
[getYouTubeWallPro channelid=”xxxx”]
[getYouTubeWallPro videocount=”5″ videoid=’xx,yy,zz’]
The full list of shortcode settings:
api_key
username
channelid
playlistid
videoid
videocount
gwt_youtube_plugin_setting_rail .. options - 'rail', 'wall'
tilebackground
tiletext
tileborderradius
tilebordercolor
columncount
columnspacing
maxwidth
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“YouTube Easy Embed (Wall)” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “YouTube Easy Embed (Wall)” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.1.1
- Implemented Freemius with Free and Pro version with payment integration and options for upgarde
1.1.0
- Implemented Freemius with Free and Pro version, fixed all bugs and tested
1.0.9
- Default video count limit fix
1.0.8
- Channel logo duplication Bug fix for multiple shortcode use
1.0.7
- Added option for layout change from grid to a rail
1.0.6
- Option to not have channel id as default, so only playlist/video id can be added
1.0.5
- Fixed undefined ajax warnings, added limit option for playlist
1.0.4
- Fixed Channel Logo issue
1.0.3
- Fixed PHP header warning
- Small tweak to CSS
1.0.2
- Added Functionality for multiple shortcodes in a single page
1.0.1
- Fixed Issues with Shortcode Functionality vs admin fields
- Added live functionality
1.0.0
- All set to go live!