How to Integrate Twitter with SharePoint to Get Twitter Feeds?

Although there are Twitter-SharePoint web parts in CodePlex, we can integrate Twitter with SharePoint with Out-of-the-box script editor/content editor web parts in a few steps. Simply follow these steps for adding Twitter to SharePoint to get Twitter feeds. Step 1: Go to https://www.twitter.com and Log-in to your Twitter account. (You need to…

Read more

How to Integrate Google Analytics with SharePoint 2013 / 2016?

Google Analytics is a popular free service for website analytics. Why don’t we use Google analytics with our SharePoint sites? Here is how to add Google analytics to SharePoint 2013: Step 1: Sign-up & Get Google Analytics Tracking code You need to have a Google Analytics account to start with! Signup for…

Read more

Building Charts in SharePoint with Google Charts API

Looking for a quick way to build Charts & Graphs from SharePoint list data? Here is the quickest way to create charts on SharePoint with Google Chart API! Go to: https://usermanagedsolutions.com/SharePoint-User-Toolkit/Pages/Pie-Bar-Chart-Connector.aspx Provide the “Edit view” URL in the given text box. E.g. I have a List “Q1Summary” in the Finance site collection….

Read more

How to Integrate Syntaxhighlighter with SharePoint?

Needless to say, the format and style of our code play a vital part when writing technical blogs. Among the other code formatting plugins, I personally like SyntaxHighlighter as it is very easy to configure and use while keeping the code readable and easy to copy. In this article I’m sharing my…

Read more

Playing Videos in SharePoint using JWPlayer

Requirement:  To play a .MOV video file in SharePoint site. Solution: Used the JWPlayer in SharePoint. Here are the detailed steps. Step 1: Download the JWPlayer files from https://www.longtailvideo.com/jw/upload/mediaplayer-viral.zip Extract and open the jwplayer.js file, Search for  /jwplayer/player.swf and then replace this with the location where you are going to upload the files….

Read more

How to Embed and Integrate YouTube Videos in SharePoint Content Editor Web Part?

It’s a frequently asked question to me, guys asking: “I need to add YouTube videos in my SharePoint site”. In fact, it is very simple to implement. So I’m going to walk-through on how to embed YouTube videos in SharePoint, just using the content editor web part. 1.   Go to YouTube.com and…

Read more

How to display Google map in SharePoint?

In SharePoint, we can display Google Maps without any third-party web parts. Here, I explain how you can insert “Google Maps” maps in your SharePoint site with standard out-of-the-box SharePoint features. You can display Google Maps in SharePoint by embedding Google map code in the SharePoint Content Editor Web Part. Go to…

Read more