Social network auto posting from PHP applications - php

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?

Related

Programticly post a text with image on google plus wall/stream

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.

Wordpress Opt-In Form with Social Login to receive Leads from Users

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?

Can i Integrate Google Hangout for online lessons in website?

I am developing a website using CodeIgniter and i want to integrate live video streaming functionality in the website.
The admin will provide online lessons and the users who have purchased the online lessons will have access to the video lesson via a one to many video streaming feature at a particular time. After the tutorial is over, the video will be saved in the user's dashboard for future use. Can this be achieved using Google hangout?
Or please let me know if there is any other better option for the same.

Embedding Google+ Hangout several rooms to wordpress

Hello I have a question you think is very difficult to make Google Hangout interactive and dynamic real-time (I mean that unknown people can create their own public rooms infinitely whenever and other unknown persons can enter wing it in random mode free) on the wordpress platform saying the internet would be more fun
know I try but I do not understand how the dynamics of: https://www.verbling.com/community
Is there any way to embed a Google+ hangout app in a PHP-based website? Can I load the app inside an iframe without having to land on Google+ hangout page? If so, how?
any advice to help me an explanation something?
All you need is available here
https://developers.google.com/+/hangouts/
It have all the sample code and workflow to develop and maintain the hangout app.
Specifically sample apps: https://developers.google.com/+/hangouts/sample-apps
For Hangout buttons: https://developers.google.com/+/hangouts/button
For security reasons, you can't embed a Hangout inside an iframe. You can, however, launch a Hangout Video Chat in a new window from your website using the Hangout Button.

Sharing certain item on Facebook and twitter

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

Categories