I have a codeigniter based website. There are some certain products in my website. I want to add 2 buttons (facebook and twitter only) for each product. When user click the button, he will be able to share that item on facebook or twitter. How can I do that? I have experienced in addthis and sharethis.
Just use Facebooks Share-Button (it's deprecated - the Like-button is the better solution) and Twitters Tweet-Button
Related
All I want to post a text with an image on Google+ wall/stream using Oauth2 and PHP. Similar to a wall post for Facebook and Tweet post for Twitter.
User click on share on Google+ button from my website, they redirect to the google app approval page, they approve and message with the image get posted on their stream/wall.
I have searched almost entire internet for this requirement. But I didn't get exact code to achieve this.
I have already checked this: Google APIs PHP client
However the code is not up to the point or clear.
Some people says that it is not possible, google only allows read operations.
But then some people says it is possible according to this: Creating new posts and comments
Google documentation is very confusing for this requirement, compare to Facebook and Twitter.
So all I want is clear answer whether is it possible or not? If yes then how?
The google plus api is read only it does not support posting in any form. Google plus domains is for posting to Google domains accounts not google plus the social media website.
Develop business apps that integrate with Google+ With the Google+
Domains API, Google Apps customers and ISVs can build custom Google+
functionality and services for people who use Google Apps at college,
at work, or at home. Organizations can develop tools to interact with
Google+ features such as posts, comments, and circles. These tools let
your users share information, reinforce communications, and grow
productivity within your organization.
Pages API is for posting to Google+ page and is in closed beta.
There is no way to programmatically post to the google+ social media website wall/stream. However there is a six year old issue request for it Write access to the streams.
I have PHP websites with admin panels where i add news or products. For example as you can understand from the image, i add news with header,date,photos and content. If i click any of those radio buttons, news will be posted to any social network. I had tried facebook Graph API's and worked good some but not totally as i wanted becasue had problems with tokens valid days. Anybody has any idea which and how i can use library or API?
Dear Stackoverflow Community,
I am an Online Marketer and I am facing a problem: People are not converting when visiting my page through a smartphone. My interpretation is: they are lazy, as I am too.
I am not too terrible deep into programming Wordpress, but I thought about something and seeking advise:
I want to to build a Opt-In Form, which uses Facebooks "Social Login"
to process the Lead.
I need to find a way to get the "E-Mail-Adress" through the Facebook open graph API.
I generated a lead with one simple click.
I guess Online Marketers are graving for a feature like this!
So my question is:
Do you think it is possible to build a Wordpress Opt-In Form which uses Social Login (Facebook, Google) to receive E-Mail-Adresses from my users?
Maybe someone has some experience with this.
Best wishes
Dennis
I don't think there is a way to capture user's email address from facebook without permission of that user. However, there are a number of plugins that show popups and widgets to get users to subscribe to your newsletter etc.
https://wordpress.org/plugins/optin-forms/screenshots/
Also, if your content is good and if you create a catchy Call to Action, then it's possible to get more people to subscribe to your blog.
Isn't the process of opting into a subscription more involved than simply entering a name and email? Personally, I will ignore an optin form that requires me to do a social login.
Using a regular WordPress opt-in form plugin would suffice.
By the way, do you have any data that shows conversion is low because social login isn't present?
I want to display all my instagram posts on my website. It only returns 20 posts at a time in sandbox mode. But my requirement is to show all my posts on my website.
When I try to submit my app for review it (Instagram API) shows me a my usecase in listed options which is:
I want to display my Instagram posts on my website.
But when selected it shows this:
You do not need to submit for review
for this use case. If you are a developer and you want to display
Instagram content on your website, then you do not need to submit your
app for review. By using a client in sandbox mode, you can still
access the last 20 media of any sandbox user that grants you
permission.
It doesn't show me any way to submit for review using this usecase and when I choose any other usecase my app gets rejected.
I resolved this issue by taking help from this comment last time but it seem to have stopped working after June 1, 2016:
https://stackoverflow.com/a/20529864
I'm interested with the way Yahoo implement their Facebook's share and Twitter retweet button,
as from the link http://shine.yahoo.com/event/the-thread/fashion-disasters-made-right-2444269
Any idea how can it be done my own website?
http://sethsandler.com/resources/combine-display-facebook-twitter-comment-counts/ -> explains how to get a url share count on facebook. I'm not saying this is what Yahoo! is using, but some API calls like these are being made to show the count along with the logo.