Create button to make twitter doesn't work - twitter

On my website I pasted link to make a tweet. Link is from this site:
http://socialmediasun.com/how-to-make-a-tweet-this-link/
and link to make a tweet:
http://twitter.com/home?status=Learn%20How%20to%20Make%20a%20Pre-Formatted%20Tweet%20Link%20for%20Instant%20Sharing!%20http://socialmediasun.com/how-to-make-a-tweet-this-link/%20by%20#etelligence%20via%20#Sun_Social
It should appear new form with button Tweet, but it doesn't work
Here is button created by the owner of the website and it doesn't work on my twitter account too:
https://www.targetinternet.com/how-to-create-pre-written-tweet-buttons-and-links/
- example button
this link doesn't work too: https://twitter.com/home?status=kk

That website is outdated - you should follow the official documentation at https://developer.twitter.com/en/docs/twitter-for-websites/tweet-button/overview
This link will make a Tweet which says "Hello world"
https://twitter.com/intent/tweet?text=Hello%20world

Related

How to create a link to make it "write to a specific Gmail"?

I'm trying to make a footer, with Instagram link, Facebook link, Youtube link so on and so forth. My question is: How do I create a link that specifically refers to a state like write to an email account?
For instance, I have this email:
example#gmail.com
What I want is a link like this:
https://mail.google.com/write_to:example#gmail.com
And when someone clicks on it, the Gmail automatyli opens the "write letter tab" to example#gmail.com.
Thanks :)
Well you can't force somebody to gmail. You can use a normal link
<a href='mailto:example#gmail.com?subject=write letter>mail to</a>
This will open the users default mail app.
Details can be found at http://tutorialspark.com/html5/HTML5_email_mailto.php

Twitter direct follow link (not button)

I'd like to allow people visiting my blog to follow me on Twitter. The actual problem is the Twitter officiel follow button does not really fit on my website (http://thomaskowalski.net, at the bottom of the page), I'd like it to be in the same style as the other links. I saw in the code that the button is actually a link (starting with the link tag a). So I tried to remove the class attribute, but now it's just a link to my twitter profile, which is the same at the right (Twitter link). So have you an idea of how to do to create a automatic follow button, with no user confirmation but without the ugly Twitter style.
Thank you :)

How to tag a Facebook page using UIActivityViewController

I am using UIActivityViewController to post to Facebook in iOS 6 and have that working fine. However, when I try to tag a Facebook page by including #pagename in the message, the raw text '#pagename' is posted and is not linked to the page. I am able to do this directly on Facebooks website so I know that the page name is correct. Is this possible to do?
After a lot of searching, I have determined that this is not possible with the current UIActivityViewController API. Even if it did work, you need to 'like' a page before you can tag it, so this will not work for my situation.

Twitter: How to get "View photo" on tweet

We just included a pure HTML link for the tweet functionality instead of the twitter button. Now we want to enable the user to tweet an image together with his tweet.
When you manually tweet an url from instagram or flickrm, twitter automatically adds the "View photo" function below the tweet? How did I get that on my page?
I already found out, that both instagram and flickr use og properties. My guess was, that I have to add those properties to my page. But even adding those properties does not trigger the "View photo" link on twitter.
Is there some documentation about how to get it working? I didn't found anything in the API docs.
The View Photo link on Twitter is not related to OpenGraph. The photo provides are approved by Twitter so it automatically adds the View Photo link to tweets that include one of those services. If you want the View Photo link in your tweets, consider uploading photos using the TwitPic API or similar.

Twitter Tweet-button with opengraph support? Is it possible?

I've already added the Facebook like-button, the Google +1 button and now i'm adding the Twitter Tweet button but noticed that it doesn't make use of any the opengraph metatags i've embedded in the <head> of my page while facebook and google do.
How can i make the Tweet Button use the data from my OpenGraph metatags so i don't need to add redundant data to my page just to get the tweet button to work correctly?
Currently Twitter doesn't support any kind of tags . See https://dev.twitter.com/discussions/1244 . However you can add a picture and location through the media API https://dev.twitter.com/docs/api/1/post/statuses/update_with_media
There are some kind of "automatic" integration but only for big players such amazon.com , youtube.com etc ... Try to tweet a link with any amazon product and the tweet will automatically get populated with additional info such a picture, add to cart button etc .

Resources