Showing posts with label embed. Show all posts
Showing posts with label embed. Show all posts

Saturday, November 12, 2016

Embed Youtube Videos On Your WordPress or Blogger Blog

Embed Youtube Videos On Your WordPress or Blogger Blog


YouTube is one of the best ways to drive traffic and has helped many bloggers and site owners. Today,Am going to show you how to embed youtube videos in your site or blog. It makes your blog,wordpress or site looks attractive and also reduces bounce rate.

HOW TO EMBED YOUTUBE VIDEOS ON BLOGGER.
1. Just Go to Youtube
2. Pick  the particular video you want to embed into your Blogger blog
3. Locate and click the SHARE button which is located at the bottom of the video
4. A drop down bar opens up .
5. Click on the embed button and the iframe code of the video appears.
6. Copy and paste the iframe code to the HTML tab of your Blogger Blog.
Click Publish and have a look :)
HOW TO EMBED YOUTUBE VIDEOS ON A WORDPRESS SITE.
There several ways you can embed youtube videos on wordpress but heres a quick way ;)

Embedding with a URL


To quickly embed a YouTube video, simply copy the video’s URL from your web browser’s address bar while viewing the video:
youtube-video-url

Paste it on a line by itself in your post/page Visual editor (make sure that it is not hyperlinked). WordPress would take care of the rest! You can view and play the video directly from the editor
embedURL2

For More Information on How to Embed YouTube Videos On WordPress, Visit the Official WordPress Support Site For Better Understanding.


I hope this helps.

If you have anything to say or ask, Kindly make use of the comment form below. If you also want me to post a short review of your company or product, on this blog, do not hesitate to contact me.

Please, do not forget to SUBSCRIBE to this blog, so that you can be receiving future articles, freebies DIRECTLY into your email inbox, even when you are not online.

CLICK HERE TO SUBSCRIBE NOW!

Cheers!

Available link for download

Read more »

Tuesday, October 18, 2016

Easily embed tweets on a webpage

Easily embed tweets on a webpage


                 It was practically impossible to show tweets on any webpage . You could only show last 5 tweets or any some particular last tweets or take a screen-shot and upload too to any blog / webpage . Twitter had rolled out a new tool that can easily let you embed a tweet on a webpage called the - “Blackbird pie"
Heres small easy tutorial to Easily embed tweets on a webpage:
  • Fist you need to enter the URL for the chosen tweet in the form that Twitter creates (that URL can be found using the time-stamp on a tweet  , just lil below your tweet that says  “1  minute ago” ) .
  • Then click on “Bake It” and Blackbird will generate the code needed to embed the tweet on your website. 
A ridiculous frustrating huuuuuuuuuuge big janky script to generate static HTML tweets for posts.
Then just paste on your web-page and thats it :)
You cannot control the font and styling on your p tags and that quite strange but i m sure twitter will improve that feature !

Here is the demo of it :


Heaven for downloading all kinds of #blackberry games http://ur.ly/efQEless than a minute ago via XMPP Gateway

And you can embed tweets of anyone ! you , or celebrities or just anyone exception of those who have set their mode private
Unfortunately, as stated by many disappointed bloggers ,the tool still seems to be having many stability issues and this doesnt look good to see embedded tweets . Better to lookout for its update :D

Available link for download

Read more »

Saturday, September 3, 2016

Embed comment box below blogger post

Embed comment box below blogger post



          Wordpress has great feature that allows everyone to see commments right below post , but blogspot users doent have these feature . To make it work, you will need to make some changes in template code manually. The process is simple as follows , and takes no time to embed comment box to make blog look more featureful
Heres how :


Enter Blogger in Draft (Not Normal blogger).
Go to “Settings” tab and then to the “Comments”.
There you will find a new section “location of the feedback form” with options
Save the settings and go to the tab “Design” and then to the “Edit HTML” checking Expand HTML.

Now look for the following code :


  
<a expr: href=’data: post.addCommentUrl’ expr: onclick=’data: post.addCommentOnclick’><data: postCommentMsg/></a>


And replace it with :
     

 <b: if cond=’data: post.embedCommentForm’><br />

<b: include data=’post’ name=’comment-form’/><br /><b: else/><br /><b: if cond=’data: post.allowComments’><br /><a expr: href=’data: post.addCommentUrl’ expr: onclick=’data: post.addCommentOnclick’><data: postCommentMsg/></a><br /></b: if><br /></b: if>



Save the changes and you are done!
This may not necessary work for most of the users , so always backup your template before you try to tweak it ! It worked on mine , and i hope it will surely work on your template :D
Example : You can see comment box below this post :P

Available link for download

Read more »