Sharing a link on Twitter - twitter

Hey all,
I would like to make possible to share links of my website on twitter with a click. I've already done this for facebook, just one click and the classic facebook window appears where you can also write what you're thinking while sharing the link.
Is it possible to do the same for Twitter? I've searched through the web but I could only find apps that go on your browser and not for a website. Moreover it would be better a simple code instead of an app, if it's possible.
Thanks

You mean this?
Twitter tweet button
Twitter Dev tweet button

Related

Use of third party brands

I've no idea where I should ask this question, but I'll give it a try here:
How am I allowed to use third-party like Instagram, Facebook, etc?
At the moment I've got a view which includes a button.
It has an icon of Instagram, and in the text, it says "Instagram" with a normal font. The link will lead to a tableview which contains a few Instagram accounts, am I allowed to do like this?
Or how can I use the brand "Instagram" to link to a few instagram profiles?
I've it like this. and if you click on it, the app will open a tableview with different instagram names. and if ur clicking on it, it will open instagram for you. is this allowed?
Third party services with open API like Instagram and Facebook got a website for developers with a detailed description of how to use their services and company's policy. This information is frequently updated, so only official documentation can be a source of truth.
There are a couple of those websites for example:
Instagram policy
Facebook policy

How to create dynamics Link that shows up in Twitter feed?

I've tried to create a dynamic links with branch.io to redirect to my mobile app but i encounter some issues : The tweet is not visible neither in general feed nor in notifications mention of the target user. However when i tweet with a normal url it's okay no problem.
Any solution ?
That's very strange! What's the Branch link URL you're sharing on Twitter?

Facebook Fan Page - is it possible to share post on Facebook fan page using share dialogue of Facebook-iOS-SDK?

I want to share something on Facebook users page,
Which I have done using Graph API call using: "manage_pages" and "{page-id}/feed" using page access_token as parameter via POST Method
is it possible to share post on Facebook fan page using share dialogue of Facebook-iOS-SDK ?
I have searched a lot but can't see any option which give me useful info for Facebook share dialogue
Any information regrading same task is most welcome...
Thanks in advance :)
Update:
I can see what Facebook App itself is providing like this:
In screenshot last two options are My Page Names:
1) Kiran Patel
2) My Library
So How can we provide this options programmatically?

What is the proper way to launch a twitter profile from iOS5?

Let's say I want the user to be able to view my Twitter account feed via a button in my app's credits view.
What's the proper way to do this?
I can load the URL easily enough to twitter.com but what if the user doesn't use the web version of twitter but the Twitter app or Tweetbot, etc.?
I failed to find anything obvious about a twitter:// protocol.
Thank you!

Integration With Facebook

I've never used the FaceBook SDK before so I'm not sure what I should be using or whether what I'm thinking of can actually be done. But I want to try to integrate some Facebook functionality with my ASP.NET MVC3 application.
What I need to do:
I want to be able to access someone's Facebook account (granted their permission) and allow them to send out invitations to my website. But, when a friend clicks on the link in the invitation message (whether a wall post, PM... whatever), follows through and registers on the site, I want to be able to track that (maybe by appending the ID or username of the this user to the invitation link, and then extract it from the query string when the invited person/friend registers).
Questions:
From what I've read so far and according to this link, what I think I should be using is the Facebook Connect API. Am I right?
Is what I'm trying to achieve actually doable? Basically, can I append the username to the invitation link? Is Facebook okey with that?
Do you have any good resources other than the Facebook Developer Wiki? Share them please!
P.S: I do not want users to login to my website using their Facebook account. I have my own Membership system. I just want to allow them to invite their friends to register at my website and track that. More requirements might arise but for now that is all what I need.
Your help is appreciated!
EDIT:
Ok I went ahead and created some test app using the Developer FB app to do some experiments. One thing I do not understand though...
Canvas Page: The base URL of your app on Facebook.
Canvas URL: Facebook pulls the content for your app's canvas pages from this base URL.
So what exactly is the Canvas URL? From what I understand, it's a URL to a resource (page?) on my website which Facebook can display inside the Canvas Page, is that correct?
yes
Yes
Facebook documentation + facebook developers forum, that should be all for you. Also, as you are using asp.net mvc, facebooksdk discussion will help you also if you use that library. I will stringly recommend to use that library.
Also, it seems, you are a beginner on facebook api with c#. If so, you can consider my blog post for beginners on facebook open graph api tutorial in c#. There also some other related posts also.Hope you may like them.
Let me know if you wanted to know something else also specifically.
Yes
Yes
Nope. The Developer Wiki has its issues but the Facebook Docs usually solve your problems.

Resources