Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharing with facebook, twitter on iOS

On the Android os, there is an easy feature for share with facebook, twitter and others. see this link.

Is there the same type of thing of iOS? Or would we need to add specific buttons like "share on Facebook" "share on twitter" for all types of sharing ?

like image 917
SandeepM Avatar asked Mar 26 '13 02:03

SandeepM


People also ask

How can I get via iOS in my postings and comments from my Iphone?

Go to settings, -> Notifications -> Share widget -> turn on 'Notification center'. Now tap to post has been activated and you will get via ios showing under your post on facebook.

How do you share on twitter on Iphone?

To post a Tweet:Tap the Tweet icon. Compose your message and tap Tweet. A notification will appear in the status bar on your device and will go away once the Tweet successfully sends.

How do you post to Facebook from Iphone?

Tap. in the top right of Facebook. Search for the Page you'd like to post on, then select it from the dropdown menu. Tap Posts, then tap Write something on the Page.


2 Answers

The built-in functionality you can take advantage of is called the Social framework.

I did a presentation on this on the NSChat board a couple weeks ago. You can find the presentation here and my source code here.

like image 115
Michael Dautermann Avatar answered Sep 30 '22 09:09

Michael Dautermann


You may use very easy to use iOS control AAShareBubbles to present social buttons like:
Facebook, Twitter, Google+, Tumblr, Vkontakte (vk.com), LinkedIn, Pinterest, Youtube, Vimeo, E-mail

enter image description here

Follow the link to github: https://github.com/mixdesign/AAShareBubbles

like image 41
Almas Adilbek Avatar answered Sep 30 '22 08:09

Almas Adilbek