How to get news feed of facebook ,twitter,linkedin sharepoint

create a web part in share point which integrate with facebook ,linedIn and twitter news feed of login user in sharepoint

Facebook: http://spuser.wordpress.com/2012/06/28/integrating-activity-feed-of-a-facebook-page-in-your-sharepoint-site/
LinkedIn: https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-2010-LinkedIn-Web-Part.aspx
http://msdn.microsoft.com/en-us/library/office/ff512786(v=office.14).aspx
Twitter: http://blog.gavin-adams.com/2012/02/03/sharepoint-twitter-webpart-now-on-codeplex/
https://social.technet.microsoft.com/Forums/sharepoint/en-US/ae09d06c-1897-4b27-b25d-4f301626408f/embed-twitter-feeds-on-sharepoint-2010-site

Similar Messages

  • Why does my Firefox freeze when I open my news feed on Facebook?

    For a few days now, everytime I go to my news feed on Facebook, Firefox freezes and I have to force it to stop. This means everytime I click on the Facebook logo or go to www.facebook.com.
    I have already reinitialised Firefox, but that doesn't help the problem.
    Why is this happening?

    Ok... I found a temporarily fix... go to facebook.com, then click the (X) button in the bar to make the page stop loading. it should only be half loaded... if firefox locks up, you waited too long. Click on your name in the corner. Then when that loads, click home, next to your name!!!!! There is your news feed! Hope this works... It worked for me. Enjoy!!!

  • My old Apple ID email add is deleted now how to get new on device??

    I Have deactivated my old email Ladd which was my apple I'd now how to get new id on device as the old one is saved on it???

    Hi Mahatif,
    You will need to do the following:
    1.     Go to Manage your Apple ID, and sign in with your current ID. EDIT that ID back to the old email address. This is temporary. Do NOT verify the email address, do NOT change the password: Apple - My Apple ID
    2.     Go to Settings>iCloud and Sign off of/Delete the iCloud account. When prompted, input your current password. Sign out of any other apps that are signed into the old ID: iTunes & App Store, FaceTime, Messages, Mail.
    3.     Go back to Manage your Apple ID and sign in with the old ID/current password. EDIT the old ID back to your current ID. You may have to verify the email address again.
    4.     Go back to your device and sign into iCloud, iTunes, FaceTime, Messages, Mail as needed.
    Cheers,
    GB

  • I forgeting my Answer questions.how can get new Answer questions?

    i forgeting my Answer questions.how can get new Answer questions?

    Look to the right on this page under 'More like this'.

  • Didn't get FF5 New UI after upgrading from v4. It still show older UI How to get new UI ?

    I recently upgraded FF4 to FF5 But Didn't get FF5 New UI. It still show older UI How to get new UI ?

    You're welcome.
    Please click the '''Solved It''' button next to the answer that answered or solved your Firefox support issue, '''''it appears when you are logged in''''', so this thread gets marked as '''Solved''' to help other users who may have this same problem.

  • How to get Document Set property values in a SharePoint library in to a CSV file using Powershell

    Hi,
    How to get Document Set property values in a SharePoint library into a CSV file using Powershell?
    Any help would be greatly appreciated.
    Thank you.
    AA.

    Hi,
    According to your description, my understanding is that you want to you want to get document set property value in a SharePoint library and then export into a CSV file using PowerShell.
    I suggest you can get the document sets properties like the PowerShell Command below:
    [system.reflection.assembly]::loadwithpartialname("microsoft.sharepoint")
    $siteurl="http://sp2013sps/sites/test"
    $listname="Documents"
    $mysite=new-object microsoft.sharepoint.spsite($siteurl)
    $myweb=$mysite.openweb()
    $list=$myweb.lists[$listname]
    foreach($item in $list.items)
    if($item.contenttype.name -eq "Document Set")
    if($item.folder.itemcount -eq 0)
    write-host $item.title
    Then you can use Export-Csv PowerShell Command to export to a CSV file.
    More information:
    Powershell for document sets
    How to export data to CSV in PowerShell?
    Using the Export-Csv Cmdlet
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Broadcast my BC email newsletter to my Facebook, Twitter, LinkedIn accounts?

    I want to broadcast my email newsletter to my Facebook, Twitter, LinkedIn accounts. Constant Contact does this. Does BC?
    If so, what are the steps?
    Thanks for your help.

    Make your signature text only, see if that makes a difference.

  • Post submitted form to Facebook/Twitter/LinkedIn

    Is there a way for a person who  submitted a form to post their sbumission to Facebook/Twitter/LinkedIn?

    So you don't want them to share their data per se... You just want them to share the fact that they filled out the form.
    Our forms do support a redirect URL after submission. You can have the form redirect back to a web page on your site (which will contain the share links) after its submitted.
    That might accomplish your goal.
    Randy

  • Trigger how to get new and old value for nested table column?

    Hi,
    I have created a nested table based on the following details:
    CREATE TYPE typ_item AS OBJECT --create object
    (prodid NUMBER(5),
    price NUMBER(7,2) )
    CREATE TYPE typ_item_nst -- define nested table type
    AS TABLE OF typ_item
    CREATE TABLE pOrder ( -- create database table
    ordid NUMBER(5),
    supplier NUMBER(5),
    requester NUMBER(4),
    ordered DATE,
    items typ_item_nst)
    NESTED TABLE items STORE AS item_stor_tab
    INSERT INTO pOrder
    VALUES (800, 80, 8000, sysdate,
    typ_item_nst (typ_item (88, 888)));
    Now I would like to create a trigger on table pOrder for after insert or update or delete
    and I would like to track the new and old value for the columns inside nested table.
    Can anybody direct me how to do it?
    I would like to know the sytax for it like:
    declare
    x number;
    begin
    x := :new.nestedtablecolumn;--how to get the new and old value from nested table columns
    end;
    Hope my question is clear.
    Thanks,
    Lavan

    Hi,
    Try like this:
    CREATE OR REPLACE TRIGGER PORDER_I
    BEFORE INSERT
    ON PORDER
    REFERENCING OLD AS old NEW AS new
    FOR EACH ROW
    DECLARE
      items_new typ_item_nst;
      ordid_NEW NUMBER;
    BEGIN
    FOR i IN :new.items.FIRST .. :new.items.LAST LOOP -- For first to last element
      DBMS_OUTPUT.PUT_LINE(':new.items(' || I || ').prodid: ' || :new.items(I).prodid );
      DBMS_OUTPUT.PUT_LINE(':new.items(' || I || ').price:  ' || :new.items(I).price );
    END LOOP;
    END;Regards,
    Peter

  • How to get new value from VO through CO?

    Hi,
    I have several tab in Po page. In the Lines Tab I change some values that I want to get in Distribution tab. This values aren't in the DB. How can I get it?
    I tried the following code but it didn't work
                             OAViewObject PoLineMergeVO = (OAViewObject)rootAM.findViewObject ("PoLinesMergeVO");
                             oracle.jbo.Row PoLineMergeRow =  PoLineMergeVO.first(); 
                             String s_category_id = PoLineMergeRow.getAttribute("CategoryId").toString();
    any idea?
    Best Regards Mayte

    Hi Shobhit,
    I'm new in OAF and I'm not sure if I know how to do it.
    Could you tell how to store in collection object and store in session parameter????
    I tried
    CO 1
                  OAViewObject PoLineMergeVO = (OAViewObject)rootAM.findViewObject ("PoLinesMergeVO");
                  oracle.jbo.Row PoLineMergeRow =  PoLineMergeVO.first();
                  int num_row =   PoLineMergeVO.getRowCount();
                  String s_num_row = Integer.toString(num_row);
                  oapagecontext.writeDiagnostics(this,"Index Row--> "+s_num_row,1 );
                  for (int i=0;i<5;i++)
                    String s_category_id = PoLineMergeRow.getAttribute("CategoryId").toString();
                   //How to store in collection object --> XXXXXXXX
                    PoLineMergeRow =  PoLineMergeVO.next();
    CO2
    How I get Collection object??
    Thanks a lot for your help.
    Best Regards Mayte

  • How to get new notifications in extractor 2LIS_17_I0NOTIF .

    Hi,
    How to extract new notifications from this extractor - 2LIS_17_I0NOTIF.  I am only getting notifications of type M2 . We want to get other notification no which are of type other than M2 , for example P0. Notifications for type P0 are already there in the system.
    i refered to the sap note - 667544 which says that update group is not maintained. I checked in SPRO, update group is also maintained for other notification types .
    Any suggestion will be helpful .
    Regards,
    Ashutosh Singh

    Hi,
    i have checked everything in BI side, there is no such restriction on notification type . I even took a notification number of type P0 and tried filling setup tables. 0 records were filled. But when i tried to fill the set up tables with a notification number of type M2, 1 record came in the setup tables.
    So i am guessing its some kind of setting in SPRO which needs to be done .
    Any suggestions on this matter will be helpful.
    Thanks,
    Ashutosh Singh

  • How to get RSS feeds for publishing?

    Hey everyone, I hope everoyones having a great St.Patricks Day! I have just posted my first podcast on Sound Cloud this past Thursday and now Im ready to branch out and get it onto podcast directories like iTunes. However, I am not that computer suavy, and I understand nothing about acquiring RSS feeds or making them and Im really lost at all this. One website says to publish an episode then get the feed but I dont know how to publish it, another says to make a blog then upload it to the blog using some OurMedia website or something, I dont know what to think or how to start. If anyone can explain these or know a website that really explains everything in depth I would greatly apprecaite any help at all this is really frustrating me. Thank you in advance, I appreciate all the help!

    Could I invite you to read my 'get-you-started' page on podcasting:
    http://rfwilmut.net/pc
    which also provides a link to Apple's comprehensive (if a little daunting) Tech Note at
    http://www.apple.com/itunes/podcasts/specs.html
    for additional information (I should use it as a reference rather than trying to read it straight through).
    All this will doubtless raise specific questions for you, and do please post back with them.

  • HT204053 my safari and firefox old versions how to get new

    how do i get new version of firefox and safari to support icloud?

    As I aware of there is not concept of :old vs :new in alert. since you change last_name which mean it is an update instead of correction then you can get the new effective start_date and do minus - 1 to get the previouse record effective end_date and using that you can get the old last name.

  • How to Get a Video Thumbnail preview image in sharepoint Asset Library

    namespace ConsoleApplication3
    class Program
    static void Main(string[] args)
    using (var site = new SPSite("http://contoso/sites/teams"))
    using (var web = site.OpenWeb())
    var list = web.Lists.TryGetList("Videos");
    var videoProperties = new Dictionary<string, object>();
    videoProperties["Keywords"] = "Intranet Video";
    //videoProperties["AlternateThumbnailUrl"] = "/_layouts/images/preview.jpg";
    UploadVideo(list, @"C:\Downloads\Video3.mp4", videoProperties);
    public static void UploadVideo(SPList list,string fileName,IDict ionary<string,object> properties)
    SPFile file;
    using (var fileStream = File.OpenRead(fileName))
    var urlOfFile = SPUrlUtility.CombineUrl(list.RootFolder.ServerRelativeUrl, Path.GetFileName(fileName));
    file = list.RootFolder.Files.Add(urlOfFile, fileStream, true);
    list.Update();
    //listid = list.ID.add();
    SPListItem listItem = list.GetItemById(file.ListItemAllFields.ID);
    //SPListItem listItem = list.GetItems("Video3");
    var videoContentType = list.ParentWeb.Site.RootWeb.AvailableContentTypes["Video"];
    // listItem["ContentTypeId"] = videoContentType.Id;
    foreach (var property in properties)
    listItem[property.Key] = property.Value;
    listItem.Update();
    in this code "SPListItem listItem = list.GetItemById(file.ListItemAllFields.ID); " im getting null reference exception.an i have tried with other line "var listItem = file.ListItemAllFields;" same error.any one help me to get solve this
    issue.And how to Get a uploaded video Thumnail image.

    Hi,
    I did a test with your code in my environment and it works fine.
    For a better troubleshooting, I suggest you debug your code step by step. You may need to check if file.ListItemAllFields.ID is valid.
    If you want to get video Thumnail image, there is a column named Preview Image URL, the internal name of the field is AlternateThumbnailUrl.
    You can get the field value using Sever Object Model like below.
    String url = item[“AlternateThumbnailUrl”].ToString();
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/251974d8-18ac-4ff9-88a2-633b5bd80fce/get-asset-library-column-value-preview-image-url-programmatically?forum=sharepointgeneralprevious
    More information about how to get list item using Server Object Model:
    http://msdn.microsoft.com/en-us/library/office/ms460897%28v=office.14%29.aspx
    Best regards,
    Zhengyu Guo
    Zhengyu Guo
    TechNet Community Support

  • How to get rss feeds onto the Journe Air 801 via the external memory card?

    I've bought the Journe Air 801 digital photo frame and the manual says "save the rss feed of the album you wish to display in the .rss format and add to the external memory card" but it doesn't say how you create this .rss file or copy it onto your memory card. does anyone know how i can get a picasa rss feed into this format?
    I've successfully added a picasa feed manually in the frame but as picasa only updates the rss feed if new galleries are added, not new photos, the photo feed is not updating on the frame so I'd like to alter the rss address.
    Thanks

    Hi guys,
    i will use this thread now also to document my contacts with the toshiba support hotline:
    Early December
    I called the hotline the first time and told the support guy (#1) the problem.
    He promised to look into this and that he would call me back.
    I did not get an incident number.
    He called me back the same day and told me, they don't have an air 801 to test, just an air 1000.
    The air 1000 has a different menu and does support rss without any problems.
    He said, he will try to to find an air 801 and get back at me.
    A week later
    Since there was no response I called again and got a different guy.
    I told my story again and the support guy #2 promised to ask support guy #1 when #1 is back in office.
    He promised to send me an email and include the incident number.
    December 11th
    I got an email from #2 saying that he could not find my original request. He did not include the incidient number, although that was promised.
    He promised me again that he will get in touch with #1 and ask him for information.
    December 18th
    I sent #2 a mail asking for current status.
    December 28th
    I called hotline again and had to wait really long (the prerecorded message at the beginning informed me that support staff was hit by a flu).
    So I told support guy #3 my story and this time insisted on a incident number and got one. Unsurprisingly #3 could not find my first two requests.
    He promised me to hand this to level 3 support and somebody will get back to me, but probably not within this week. I told him I hope for a response within the next four weeks...
    So let's see what will happen next.
    Maybe you guys could get in touch with toshiba support in your countries, I have the feeling that this increases the chance of getting a "correct" answer.
    Cheers,
    Kai

Maybe you are looking for

  • How can I disable IPv6 EUI randomization with group policy?

    I need to turn off IPv6 EUI address randomization. It can be done in netsh (a few commands) or powershell (Set-NetIPv6Protocol -RandomizeIdentifiers Disabled).  How can I do this in group policy without scripting?

  • CD burner problems

    hi i have problems w/ burning cd or dvd's everytime i try to burn one via itunes or finder. it starts.. (at least i think).. it makes a lot of noise and in the end it gives me an error and it says that the cd isn't burned. is this a known problem?

  • Pending Class onResult in custom class.

    Ok, I have a custom class with private field: private var test:Stringint the constructor I load the web service: pws = new WebService(Constants.getWsURL() + "?WSDL"); then I call a method on the WS: var pcLoadModel = pws.LoadModel(); pcLoadModel.onRe

  • PKG_CONFIG_PATH, gedit-plugin-ots

    hello! i have a problem with the PKGBUILD of ots-plugin for gedit. here you can get more information about ots: http://debaday.debian.net/2007/06/06/ots-command-line-text-auto-summary/ this is the PKGBUILD: # Contributor: iggy <[email protected]> pkg

  • Why was the Download Box removed?

    Whatever the reason, it's an inane choice. PUT THE DOWNLOAD BOX BACK ON TOOLBAR!!!