Whenever I share a link of any of my blog posts, the shared link shows the blog title instead of Post title, in facebook as well as Google+.
Link to blog
As shown in the image below; confused.me, is the title of the blog not the post.
Link to image
You have to implement OpenGraph meta tags in your blog.
refer this link which describe you how to implement opengraph meta tags in blogspot
http://blogger-hints-and-tips.blogspot.in/2013/06/add-facebook-open-graph-tags-to-blogger-for-better-looking-shares-and-likes.html
Related
I'm building a new website for a client and they have Twitter posts that link to there old website. The urls are formatted like so: website name/blog post title, however, the new url to those posts are as follows: website name/blogs/blog post title. As far as I know tweets can't be altered, so my question is how do I link these existing tweets to there corresponding blog posts that have the new blog path? How would this be handled? Deleting all the tweets would be very destructive, what is, if any, the way to handle this?
It depends on how many there are - but the simplest answer would be "redirects". Put a redirect page at each of the old URLs forwarding the browser to the new URL.
I'm creating an app where user can post a feed(Image/Video) like Instagram. Now, i need to get over the feature of Tagging Peoples same like Instagram.
For example:
User can tag peoples to photo before making new post and once it available in recent feeds listing, anyone can tap on photo and see whom are tagged with that photo.
Is there any effective and simple way to implement this thing?
Any comment or link for refer further will be surely helpful.
Is it possible to post a link to Reddit via URL?
For example for Facebook you can do
<a href="https://www.facebook.com/sharer/sharer.php?u=http://stackoverflow.com">
Share Stackoverflow on your profile!
</a>
Does Reddit have an equivalent endpoint I can hit to share a URL?
There are several ways to do this, depending on exactly what kind of application you have.
If you're making something interactive, you can take a user to the submit page with a URL and title already filled in. The following URL will open the reddit submit form with a link to this question:
http://www.reddit.com/submit?url=https://stackoverflow.com/questions/24823114/post-to-reddit-via-url&title=Post%20to%20Reddit%20via%20URL
If you just want people to be able to submit your site or blog post to reddit, you can use a reddit button on your page instead.
If you're writing an app or a script where you need to post a URL to reddit, you can use the /api/submit route in the reddit API. If the user that is submitting the link has less than 2 link karma, then a CAPTCHA will probably be given.
I'm working on a tumblr blog and I would like to add the twitter share button at the end of each blog post. I know how to get the button for the code and I've been able to get it on a post successfully. However I want it to be on all my post so I don't want to have to add the code at the end of each blog posts's html.
I thought I could avoid this by putting the code in my blogs html. I added in between the block:Post and /block:Post. This works for the most part, the only thing is that when I'm on my blog the link shows up on the post preview and shows how many shares my blog has had and while I'm on an individual post it shows how many shares the post has.
How can I add it such that it only shows the number of shares the post has and will be added to each post automatically.
I think this should do the job:
http://ialreadydontlikeyou.tumblr.com/post/1167220523/implementing-the-tweet-button-on-posts-in-tumblr#.U7_VW41_v_E
It needs special workaround, as you need to place many tweet buttons on the same page.
I would like to create a blog where my Twitter updates essentially create blog posts, with a comment thread. If there isn't blog software that does this right now (I did some searching but couldn't find the commenting aspect) what would be the simplest approach and starting blog software to do this?
Potentially an alternate approach to this would be a blog interface that could auto-update my Twitter feed with the title text.
Whatever the solution, I'd like it to be fully automated so that it is roughly no more work than currently updating my Twitter feed using the Twitter web interface. Note: I'm also interested in 'normal' blog posting via the default blog web admin interface.
If you would like to use Wordpress, you can use the Twitter Tools plugin.
"Pull your tweets into your blog and create new tweets on blog posts and from within WordPress."
Each tweet/blog post would automatically have comments enabled.
Good luck man,
Brian Gianforcaro
You could use something like Tumblr or Sweetcron with Disqus comments. You can auto-import your Twitter/Flickr/any RSS feed. You can also post text/audio/video from the site admin. You'll have to manually add Disqus comments, but then each post or Twitter message will have its own threaded comments.