Social Media

Written by: John | 11th Jul 2014

How to simply integrate Social Media into your Website

Social media integration, add social media to your website to easily keep your viewers up to date with special offers and updates, via a bespoke or standard Twitter feed, Facebook status updates and “like” buttons.

By linking your social media accounts together one simple update can be shared amongst your various social media entities and directly with your website.

Want not put one on your site? Here’s how:

Twitter

  • Go to your Twitter account, select settings (the little cog) & select settings again.
  • From the menu on the left select widgets.
  • From the “Widgets” pane on the right select create new.
  • Your username should already be filled in, now select what you want from the basic options.
  • Click “Create Widget”
  • Now copy the code shown below the feed preview.
  • Paste this code into a wordpress widget “Text Area” or in the desired place on your website.

That’s it! You now have a basic twitter feed included on your website. Simple.

Facebook

Put a facebook like/Feed box on your web site.

  • Go to this address.
  • In a separate tab of your browser open the account/page you wish to use & copy the page url from the address bar.
  • Paste your url into to “Facebook Page URL” on the plugin set up page.
  • Select the required options & click “Get Code”.
  • Select “IFRAME” from the tabs on the pop uo window.
  • Paste this code into a wordpress widget “Text Area” or in the desired place on your website.

All done! you now have a Facebook feed on your site.

Related Posts

Web Build

Set Up Sage 8.5 + Git for localhost

Set up Roots Sage on your local host for WordPress development. Open a Terminal and follow the steps below: Step 1: Set up Bit Bucket Step 2: Init Git locally cd /path/to/your/project git init git remote add origin https://your-account@bitbucket.org/your-instance/project-name.git  …
Web Build

Pixel Perfect Web Builds

Building websites to exactly mirror a graphic designers PSD or other creative document, right down to the last pixel. Not a simple task, but one I have done on a number of occasions. Many things are still left up to the developer in this process: The responsive views, the Java Script functionality & how the CMS is implemented...
Web Build

Why WordPress?

The key to everything WordPress is the open source factor, because of the open development environment many coders have invested their time developing plugins to do just about, well, everything.
Web Build

Responsive Web Design

Why does my site need to be responsive? I can't recall the number of times I have heard someone say "since I got my Ipad I have not even turned my laptop on" and It seems laptop & desktop machines are now increasingly becoming seen more and more as work tools...
Web Build

WordPress Themes

Wordpress themes, when to use an "off the shelf" theme or build bespoke. Both have advantages and disadvantages, I take a closer look here, to try to help determine which approach could be better for you.