Is there a way to display my Company page status updates from linkedin on my site?
I have checked the API but all I can see is information about company and no status updates.
Try this https://api.linkedin.com/v1/companies/{id}/updates?event-type=status-update, be sure you have accesstoken.
Related
I would like to get the posts from a company page using the Linkedin API to display them on a website.
I try to use the PHP library zoonman/linkedin-api-php-client. I created the LinkedIn application and I have a valid token. The problem is about the request.
What request should I make to get company posts?
The request for the product "Marketing Developer Platform" has been declined, is it really required as I read here?
I have made a php based website and working on payment integration now.
I want to add upi payment option with paytm, google pay, phonepe and bhim.
Once user clicks on icon, appropriate app with predefined VPA and AMOUNT should get loaded
Please help
The way to do this is to follow the UPI linking specification (page 5).
Assuming that the link will be presented on a mobile web browser, your link should look something like: upi://pay?pa=<VPA>&am=<AMOUNT>
You can integrate the UPI intent solution provided by paytm. This will work fine in mobile view, through this integration you will get the deeplink.
You need to call the deeplink provided which will invoke all the UPI PSP Apps on the device and shown to the user with payment amount already filled.
Just for your information UPI intent will not work in web/desktop. You can integrate UPI collect to support web/desktop payment.
Udemy is one of the worlds leading online training websites with over 6 millions users. You can make your own courses on any subject and give it away for free or sell it.
I have my own personal site which is a landing page for my Udemy course where I collect the users emails and give them free content on a second page before they click a button to head over to Udemy to buy my course.
When a user opts into my landing page I assign a unique ID to there email. As well as information from a referral id / referrer telling me where the link was clicked which is just took from the URL as a GET HTTP variable.
I can then give someone or start a traffic source with my link which has a referral id and can link that user once they sign up with this id to see the percentage of users to viewing my landing page to opting in from a given referrer id or link.
Through Google Analytics's I can also monitor all the pages on my Udemy account by giving them my Google Analytics's ID after setting up a site in the Analytics's dashboard for my Udemy course.
I've setup a site within Analytics's for my landing page / personal website as well as Udemy. I want to track the conversions of visitors going from my landing page to purchasing the course on Udemy.
Is this possible?
To summarize I can track them both independently its just linking my personal website with Udemy so I can see which user went onto my site has bought a course on Udemy. If I could store there unique ID at the point of sale somewhere? Google Analytics's ?
Without this then I don't know which referral ID / referrer from a particular traffic source converted the most into sales!
I would really appreciated some help. :)
My question may seem to be very basic and view dependent but i wish to know every aspect of it.
I have created a mobile app where the users need to register themselves in order to use the app, but my client wishes to have the admin panel in the form of a website, where the user can register themselves by paying a specific amount through paypal and then they can use the mobile app version.
I have completed the main page and have created the paypal button on the user page, but for the admin page i wish to show a list of all users who have successfully paid for the product.
Is it possible to do so, can i keep a track of user details and their payments on the website??? if yes then can anyone guide me with it, would appreciate some help
use Paypal IPN to save the paypal transaction information to your database.
Use a database. Save each payment record after payment maybe.
I am running an ecommerce website in php. When facebook connected users make a search or post a sale, I want it to automatically post messages to the user's facebook news feed. I wonder how i could do it? any articles I can read about?
Thanks,
For that you need to take publish_stream permission from user. Read this