Saturday 28 June 2014

Show Twitter feed in SharePoint 2013


Introduction
In this article I want to show you how you can work with Twitter .This Twitter Feed for SharePoint 2013 is based on Twitter API to create a jQuery based Twitter feed .I showed you how to integrate Twitter  with SharePoint 2013. This was pretty easy to set up and made it possible to integrate social networks into SharePoint.

Go to the following: Steps:-

1. Navigate to the Twitter widgets Developers site's Plugin page and login, https://twitter.com/settings/widgets
2. click Create New Widgets

3. The Company Name should show up in the 'Enter a user name' text box
4. You can change the views; I kept the default views for this post.  The Preview pane displays how each view will look
5. Click on the 'Save Changes' button
6. Select thegenerated Script code, Copy it.
7: From this page select Site Actions | Edit Page:

Edit the page, go to the "Insert" tab in the Ribbon and click the "Web Part" option. In the "Web Parts" picker area, go to the "Media and Content" category, select the "Script Editor" Web Part and press the "Add button".
8: Once the Web Part is inserted into the page, you will see an "EDIT SNIPPET" link click. You can insert the HTML and/or JavaScript:



9. From Steps 5, Paste it into ‘Tweeter Timeline Embed code ‘context
10. Click 'Insert'
The Microsoft Twitter Tweets Plugin is displayed


Mandatory :
Create New Widgets and Save widgets prenatally in twitter account


SharePoint 2013 - Uploading Multiple Attachments To The New Item On List Using JSOM And REST API

  Introduction In this article, we will explore how we can attach multiple attachments to the new item on list using JSOM and REST API. Ther...