Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Tuesday, February 18, 2014

How to Auto Play an embed YOU TUBE video, Using the new Embed code

At this point I think you already know how to grab the share embed code from a youtube video.
When you go to the video at the bootm you will see the "share" link then click embed you will get a code similar to this

<iframe width="560" height="315" src="//www.youtube.com/embed/5HN6PYI2hA0" frameborder="0" allowfullscreen></iframe>

all you have to do is add the following to the code: ?rel=0&autoplay=1

this is what it should look like:
<iframe width="560" height="315" src="//www.youtube.com/embed/5HN6PYI2hA0?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>



Monday, December 9, 2013

Installed WP Rss Poster and getting the following error messages as soon as I enable the plugin:

Installed WP Rss Poster and getting the following error messages as soon as I enable the plugin:


Warning: Creating default object from empty value in /home/andyfallon14/public_html/waterbury/wp-content/plugins/wp-rss-poster/admin/admin.php on line 25

Warning: Cannot modify header information - headers already sent by (output started at /home/andyfallon14/public_html/waterbury/wp-content/plugins/wp-rss-poster/admin/admin.php:25) in /home/andyfallon14/public_html/waterbury/wp-includes/option.php on line 563

Warning: Cannot modify header information - headers already sent by (output started at /home/andyfallon14/public_html/waterbury/wp-content/plugins/wp-rss-poster/admin/admin.php:25) in /home/andyfallon14/public_html/waterbury/wp-includes/option.php on line 564


does anyone have any Idea how to fix it have searched online and looked into it on my own but I'm not able to find a solution at this time. 



My solution was to upgrade to the PRO version of RSS POSTER



Translate