Add to cart button in Lightbox2? - paypal

I'm trying to add a PayPal "add to cart" button to my lightbox 2 gallery?? I've seen lots of trouble shooting (posted by ChrisD), however, I can't locate the actual code to get it into the lightbox. I can get it to be in my caption on the index, but the button won't go into the actual lighbox display container where I would prefer it? Any help would be greatly appreciated!! (or direct me to a link/question that answers this?)Thanks in advanced!

The Payments Standard buttons aren't meant to work within a frame or an iframe or launch an iframe. They need to launch in a window outside of your lightbox.

Related

How to centre this video pop-up

thank you for taking some time to reply.
I need help to create a video pop-up with a Title and a description. The user should be able to open the pop-up both by clicking the image and the title. We tried several codes for our website, but when we make the images clickable, it disrupts the whole layout. We are not coding experts, so we don't know the issue because the code worked fine outside Squarespace. Therefore, we were hoping someone could help us create a simple video pop-up with a clickable image and title.
I know it is a lot to ask; thank you for your time.

Embed a Paypal pay button onto a neighborhood website

I have the following link :
https://paypal.me/brandywinehillsde which will take a person directly to the correct place to donate to our neighborhood association.
If I edit the http://www.neighborhoodlink.com/xxx to add this, I need to know the actual HTML code to paste into this section to get a nice clickable button rather than a simple text line showing the address.
I'm not a web person!
If you want a nice clickable button, you can generate HTML buttons at https://www.paypal.com/buttons . The classic Buy Now button can be made to say Pay Now, or you may prefer the newer smart button.

Swift show button to refresh table like in twitter

Please can someone tell me how I get a button to appear if there are new information like in twitter 'more tweets'
Just would like to know the coding to show the button and make the button disappear
Thanks in advance
This approach called "Pull to Refresh". Adding the button is one of many steps you will need to take in order to apply this functionality. There are many good tutorials over the web for how to do it, here are few:
https://www.andrewcbancroft.com/2015/03/17/basics-of-pull-to-refresh-for-swift-developers/
https://grokswift.com/pull-to-refresh-swift-table-view/
https://www.appcoda.com/custom-pull-to-refresh/

Use Custom Image Instead of Default Facebook Share button?

I'm trying to use a custom "share on facebook" image I made in photoshop instead of the default facebook share button. The idea is that when someone clicks the image the share box will be brought up. I have looked around, but can't seem to figure out how to do this. Any help would be greatly appreciated.
Add a UIButton & set it's background image as "yourCustomImage" ?
If you see a problem then try to see how to add a button type custom in stack overflow.

A few questions regarding the Facebook like button on external websites

I am working on a project where I need to manipulate the button in a few ways.
Is it possible to just have the button and not the 'X people like this' text after it?
Does it have to be for one's own page or can it be easily configured, e.g. can I have a button that when clicked likes the fan page for Coca-Cola?
If so, is it possible to get the pop up when you hover over the button, like the pages down the left hand side on https://www.facebook.com/Google
Thanks very much in advance for your help. Please let me know if I have been unclear.
You could try the button_layout layout, which just has the little speech bubble with the number of likers. If you don't like that, you can cut that bubble off by setting the width of the parent container to less than the width of the button.
You can use whatever page URL or web page URL you want.
Hovercards aren't available on fb:like right now, but might be at some point.
More documentation here.