Use Custom Image Instead of Default Facebook Share button? - facebook

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.

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.

My button Not responding on Hover or Click in Unity 2D UI

Ok as you read title you will know problem. The problem is very old and much people tell fixes. But nothing works for me. So please help another time. I have EventSystem in hierchy. See picture
Let me show you my canvas picture of inspector
As you can see I have other Canvas so let me see you picture of that name "Shop Canvas"
My EventSystem in inspector
Panel of buttons in Inspector
And finally button in inspector(These 2 images for buttons because button in inspector is some long).
If you need more Info right below and I will edit the post. Thanks for your help
I had a similar issue of not being able to engage with a button. The reason being there was another UI component with ray cast enabled that did not allow inputs to reach the button.
For your case, I think it's the "The things...". Try disabling that and see if you can engage with the button again.
I had a similar issue, where I couldn't see button interactions in a scroll view. I eventually created a click event (which worked) to find the source of my problem. While it wasn't a Raycast problem, someone else might find this handy (or I will see it in the future!)
Mine (an issue I've accidentally 🤦‍♂️ created in the past) was that I set the color of the attached Image component to black and couldn't see the interaction states in the Button. So to restate, leave Image.Color white/opaque but change button states if you want dark menus.

Add to cart button in Lightbox2?

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.

Custom Facebook button issue

My custom facebook like button works perfetly, but some weeks ago it broke.
It has transparent png background, but now the transparency isn't working.
See here(footer):frissbuzafu.hu
Please help me to find, what is the problem?
Thanks
It looks like your button is two big for the image because when you scroll over the white part your still able to click button where asit should be only over the image part.

How to change text Cancel button Searchbar of iPhone in Titanium?

When I set the value 'true' to showCancel property in the method Titanium.UI.createSearchBar. It displays me the cancel button, but I would like to customize that button text to Go or anything else. How do I do that? Please give me suggestions. Thanks you so much.
I don't believe in Titanium Mobile SDK 1.4 you can change the button text.
As a work around you could add your own button to the screen and have it interact with the tableview. Not an ideal solution though.
Please find below the current documentation link.
http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.SearchBar-object