Posts

Showing posts with the label Embed

How to embed Facebook page, like, share button, comment box etc to your website or blog?

Hi guys, Today I am going to show you, how you can embed Facebook page, comments, posts, like button, group plugins, save button, share button and video player to your website of blog. So, let us begin with embedding a Facebook page. To do so, you can use the code below: <iframe src = "https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2F example &tabs=timeline&width=340&height=130&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width = "340" height = "130" style = " border : none ; overflow : hidden " scrolling = "no" frameborder = "0" allowTransparency = "true" allow = "encrypted-media" ></iframe> Preview: Here change the word example with your page ID and to choose the tabs you want to be shown, change the word timeline to the name of tab you want to be appeared. Leave ...

How to embed a YouTube video, playlist or subscribe button onto your website or blog?

Hi guys, Today I am going to tell you how you can add/embed YouTube videos, playlists and subscribe button of your channel to your website or blog.  First of all, to do this, you must have the access to JavaScript or HTML of your website or blog. It is a very easy task, you an do this even if you do not know much HTML. Here is a Demo Player you can check out as a look to how your embed player looks like. Enter the required info your way and your embed video will appear below. This was just a demo player, to embed a video like this, you can use the HTML code below:     <div id = "player" ></div>     <script>       // 2. This code loads the IFrame Player API code asynchronously.       var tag = document . createElement ( 'script' );       tag . src = "https://www.youtube.com/iframe_api" ;       var firstScriptTag = document . getElementsByTagName ( 'scri...

How to create a Forum page for your Website or Blog?

Image
Hi guys,  Today I am going to tell you how can you create a forum, discussion or a query page for your website or blog. Its a very simple and easy way. Here is the link to the page I created using this method or here is an images as well. So, to create a page like this, first of all you shall go to this link. This is the link to Google Groups, you can also download the android app of it from Google Play Store. Once you go there, it will ask you to sign in with your Google Account and after signing in, the home page will appear like this -     This is the home page and you will find an option to create a group in a red box present below the search bar. Go to Create a Group and a new page will appear-  I have filled some values myself, you can write them as your wish. Now, the important part is, in the end of page you will see a set of three options named Basic Permissions. First one is 'View Topics', you shall choose it as 'anyone on web...

How to create a Support or Feedback page for your Website or Blog?

Image
Hi guys, Today I am going to tell you how can you create a support or feedback page for your website or blog. Here is an example of the page I created using this method - You can go to this link or see the images below. As you wold have seen in the images or on my page, I have created this via Google Forms. So, to create a page like this, first you shall go to Google Forms . Here on the first page, it will ask you to sign in with your Google Account and then the home page will appear this way- I have already created a page, therefore, in recent, it is showing a form named Customer Feedback. You can create any type f forms from here but for feedback you don't need to do everything from the scratch.  Above the Recent Forms, you will find a Template Gallery,    As you scroll down, you will see a form named Costumer Feedback. Just open the Costumer Feedback form and you will be able to edit it the way you want. I don't think that...

Popular posts from this blog