Add Text to PayPal Redirect Page - paypal

I am looking to add some text to the standard PayPal re-direct page after a successful payment has been made....see the attached screenshot of the page I am trying to include text to....
Is this possible ?
Please advise where to configure
I have looked through all available settings in my PayPal account and cannot see it anywhere...
OK...I don't have enough points to post an image..
Here is a URL to the image
http://www.xlautomation.com.au/images/screen-capture-4.JPG

The web page you are referring to is the "PayPal Thank You" Page and no customization is possible on that page. The best way is to have your own return url specified and let the buyers redirected to your own thank you page after they redirected from PayPal thank you page .

Related

No able to open MIS Fit developer registration sign up page

I am trying to integrate misfit data with one of our Web App. I could see 404 error when tried to open signup page of MISFit .
Details:
https://build.misfit.com/docs/cloudapi/get_started#preparation
Under quick start section there was link to signup page that was not working.
Sign up Page link.
https://build.misfit.com/signup
Could any body please help me with correct link to the signup process?

Facebook oauth cancel

I have an application that goes through the facebook oauth process, but when I select "cancel" during the process is takes me to an invalid URL
"www.mydomain.com/app/connect/facebook?error=access_denied&error_code=200&error_description=Permissions+error&error_reason=user_denied#_=_"
Can this be fixed on facebooks side or do I have to add code to handle this?
What is the most efficient way to fix this problem?
See the bottom of the paragraph "Cancelled login" of https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow/#login to check for details...

wrong site description when post new status on LinkedIn

I have a strange problem, in my website I use HibrydAuth to share status with Facebook, Twitter and LinkedIn.
All runs fine but I have a wrong description for the site in the LinkedIn page. An image could explain better than a lot of words, but I can't post images so, please, try to use a bit of imagination: this is a shared post from my web site
link to the website page
text shared from the website page
Here I have the link to my web site
here I would have the description of the web site
but I have the footer line of the web site
So my question is: how or where I can set the right description?
I checked in the LinkedIn account without result and the HibrydAuth library don't gives me options to set it.
Thank you for your help
Paolo

How to change Facebook's shared title and message?

I'm new to Facebook Sharing API. When I put the Facebook Share button in my website, both the message and the title are the URL. Here's the screenshot:
There's even no thumbnails even though there's plenty of pictures in the page.
I have seen other pages that automatically use the first paragraph as the Facebook's message
Is there any specific site layout that I must follow?
Note: I'm using AddThis, so I don't think I can change the code
Thanks
The problem solved when I uploaded the site on Online server. Maybe the API has problem retrieving data from Localhost.
Cheers :)

how can I get notification on my webpage when I am online in gmail or facebook?

I want to create one feature for my website page. that is when I am logged into my gmail account at that time I want to notify or blinking on my web page.
Is it possible? if yes, then plz answer how? tnx in advance.
If I get you right, you need to add your google or facebood account status in your page.
Google: Add this line to your page
<script src='//talkgadget.google.com/talkgadget/button'></script>
Facebook: Answer from here
Facebook has a Twitter-like feature in which you can update your "status" -- a one-liner formatted as [whatever you type].
It's now possible to export your Facebook status as an RSS feed, which means you can add it to your own choice site.
The hard part is finding your personal status "feed." Go to your Facebook Profile page and look for the "Mini-Feed" box. Click on the "See all" link. On the right rail of the resulting page is a list of links; one of them is "Status stories." That's the one you want. Click it.
Now you have a page labeled "My Mini-Feed" that is limited to your own status updates. Look in the right rail for an RSS icon and a label, "Subscribe to these stories." There's your RSS link.
Grab the URL and add it to the Aggregator on your website. Set the refresh time to the lowest possible value (15 minutes) and make sure cron runs at least that frequently.
Currently, the Aggregator module produces a block for each feed. You can place that block in any region. Voila: Your Facebook status is now reflected on your website.