Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
CSS
0
down vote
favorite
I am working on SharePoint Application,where we are using content editor webpart. We need to create custom webpart in C#. I want to get all the contents of content editor as shown below.Each Line in this webpart can contain hyperlinks to documents, text & Media files as well.

I want to post each line as a tweet with its text, hyperlink & images if available in it.

For Example : In Content Editor we have "This is link to codeproject" with its hyperlink & "This is link to Google" with its hyper link & Image

I Want to tweet it like " This is a link to codeproject" containing its hyperlink in 1st tweet & Same for google in another tweet with its image. Even if user is posting multiple images it should allow to tweet it with its text, hyperlink & multiple images.

I have tried simply with textbox in c# with new SendTweetWithMediaOptions but its only allowing to add single dictionary at a time but not tried to retrive content from content editor webpart.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900