Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social Network Integration #12

Open
neocotic opened this issue Jul 26, 2011 · 1 comment
Open

Social Network Integration #12

neocotic opened this issue Jul 26, 2011 · 1 comment

Comments

@neocotic
Copy link
Member

Social network support should be integrated to allow users to share their clipboards with their friends. Initial support should include (at least) Facebook and Twitter but a framework should be implemented to allow easy inclusion of additional implementations.

Probably the most ideal implementation is to include sharing links of each (enabled) social network in the notifications page. These links could potentially be customizable depending on what options are available for each network (e.g. small/medium/wide icons and smart links). It is probably best to prepare the HTML for this section of the notifications page similarly to the popup page to maintain performance. However, investigation is required as to whether or not smart links will hinder load times.

An option to disable social network links when in offline mode may also be useful.

Probably best to implement similarly to how the URL Shorteners were and keep authentication in mind.

Keep #10 in mind when creating the options section for these as a new tab would be best.

Finally, would it also be a good option to include a template sections for each network where their contents are automatically posted on the network responsible. For example;

{#facebook}Check this issue out! - {url}{/facebook}

Would post the following to the user's wall;

Check this issue out! - #12

However, care should be taken to ensure shortened links are also included (since they are rendered when the response is received).

@neocotic
Copy link
Member Author

Maybe I should also include Google+ initially as well since Chrome is a Google product...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant