Share content on my Google+ PAGE with ADDTHIS - wordpress

I am trying to post some Wordpress article directly on my google+ page with addthis, but it always post them on my Google profile.
I just can add a comment, remove extract and photo, and choose my share list, but I can't choose where I want to post it

In addthis support forum they say it is not possible:
Unfortunately this is a limitation of the Google+ button, not of
AddThis. We're not aware of any way to share to Google+ business pages
yet.
The way I do it is to copy the URL link of the article I want to share and then go to my Google+ page and paste that link there.

You should use an approved third party solution for posting to Google+ Pages. See the list at http://www.google.com/+/business/3rdpartytools.html

Related

Integrating comments from Facebook posts back into Wordpress

I run a Wordpress site, and we also post all our articles to Facebook. I was wondering if there's a way to automatically fetch comments made on Facebook shares of articles posted on the site back into the comment section of the article on Wordpress. Essentially, I want to consolidate all comments into one format on the site. Furthermore, if someone makes a comment on the article on Wordpress, I would like it so that it would also post onto the "official" share of the post on Facebook on the page attached to the site. I don't particularly care for keeping the built-in comments on Wordpress.
Currently I use Disqus and that has a Facebook login, but it doesn't consolidate comments from Facebook shares of the article onto the blog. Is this doable at all?
Read the instruction
https://developers.facebook.com/docs/plugins/comments
You can import facebook post comments to blog

Is http://www.shoutmeloud.com/videos a separate website?

I just wondering whether http://www.shoutmeloud.com/videos is a subdomain under subdirectory?
I am just curious to know how we can do that.
I have a website called http://quantumbuddy.com/ and I want to share spirtual video the same way here shoutmeloud did.
Can anyone let me know how they did?
The website Shoutmeloud is a very popular website of a very popular Indian blogger Harsh Agarwal. The website is WordPress built as told by him many times. Regarding your question - the http://www.shoutmeloud.com/videos is not a directory because if it had been a WordPress directly there would be a login url - http://www.shoutmeloud.com/videos/wp-login.php, but it is not there.
Seeing the design of http://www.shoutmeloud.com/videos i think it is a post category (videos) which shows the post contained in it(here videos).
In wordpress this comes by default, all you have to do is to create a post category and add post in it. Then in these post add youtube videos embed code.
You can easily achieve that by going to your wordpress dashboard then add a new page and name it like videos then insert some video files there whether it's a link or from your uploaded videos then save it.
To check the page, Add it to your main menu for example then save it.
The url would be like http://quantumbuddy.com/videos.
so basically the videos is the name of the page.
I checked your site and it only contain one link in the menu. Add a page and add it to your menu bar and it would display next to the Blog link.
The website you are referring to is using Genesis Theme. You can find it here
.

While posting link on company's Facebook page, the photos don't come up

I am not sure why this is happening. But, When i try to post Link Omitted on the company's facebook page, the thumbnails aren't loaded by the facebook. Whereas if I try to post some earlier link from my website, like Link Omitted, all the pics from that page are loaded.
Can someone tell why this happens...Also, sometimes, facebook doesn't load all the images from page.
You rely on how Facebook scrapping your page content which isn't a best way to achieve what you want. The reason you see image for older links is probably caching.
To ensure you have images with posting your content on Facebook you should add og:image OpenGraph meta tags.
For more info on this read OpenGraph documentation and use Facebook Debug tool to check if you have any issues with scrapping and/or all details scrapped correctly.

How to add facebook and twitter links in asp.net?

I've a task in which i need to add Face book LIKE, Comment etc buttons or links in my application.
and also i need to add twitter link.
Please help me with the asp.net code.
Thank u.
Document provides links for Facebook Social Plugins such as (Like Button, Send button, Comments, Like Box.etc).
Document for the Tweet button, Follow button and how can you embed them on your website with just one line of code.

Facebook & Twitter share buttons in asp.net

My asp.net web page shows a list of Youtube videos. I want to show "Share on Facebook" and "Share on Twitter" links with each video icon.
How can I implement it?
You can achieve that by using Add This.
Document provides links for Facebook Social Plugins such as (Like Button,Send button,Comments,Like Box.etc.) and how to integrate into your site with just line of HTML code.
Document for the Tweet button, Follow button and how can you embed them on your website with just one line of code.
You can check this one for facebook share button, twitter share button, linkedin share button with callback function just pass your link and share:
Social share buttons facebook,twitter,linkedin in asp.net
Add This is good option otherwise if you wants to add just Twitter only then below code will help you out.
Add Tweet To Asp.NET Website

Resources