Facebook like button sharing wrong link - asp.net

I'm using the same iframe like button in 2 different pages, the only variation is the file name:
In this page the button works and shares how-openstack.aspx successfully.
http://www.dualtec.com.br/dualtec/webinar/how-openstack-mensagem.aspx
But in this page the button doesn't share the right link, dualstack-handson.aspx
http://www.dualtec.com.br/dualtec/webinar/dualstack-handson-mensagem.aspx
Any idea?

Related

Buddypress members widget tab switching issue

When I click on the buttons shown by the arrows in the picture in the Buddypress member widget, it sends them to the /members/ page.
https://prnt.sc/wle-fYU8by2S
Normally, when the buttons on that page are clicked, the buttons need to change, not the page.
Please help with this.
for example: it should show the people who are the newest when you click on the newest button, when you click on the active button, it should show the ones that are active.

jump to section not working in elemetor wordpress

I am using elementor on wordpress. I want it such that went I click a button it should take me to a certain section. I have followed the steps correctly but the issue is, when I click the button it doesnt scroll to any sections
what I did is... I have given my section a ID, and then passed the ID in my link field like so "#ID"
but when I click the button it doesnt jump to the section.
when I copy the link address on that button and paste it in a new tab it takes me to my desired section.
my site is: https://getjoystik.com/
the button is the first button on the page "SCROLL TO PRE-ORDER"

I need to make an external link display as a popup window on a wordpress website

I am trying to make a medium article popup similar to this link (from their site also). I want to stay on the same site I'm on but when clicking the link rather than going to the url the article is from, i want that content to show as a popup window on my url
you can use php onClick window.open("page path");
it will open the popup link in new window and your current page will stay as it is.
Use any popup appropriate to your site, use onClick event to call the modal and within the popup body use an iframe for the external link, this way the external link will load within your popup.
<div class="modal-body">
<iframe src="https://visitnepal2020.com/"></iframe>
</div>

Navigation Controller Back Button is there two times

Solved!
I have a Navigation Controller in my project, when I click on a Button to show a detailView it works great. But when I click on "Back" in the detailView, it only changes the title of the back button to my title in the first view controller. So i have to click two times on the button to get back.
I saw the solution somewhere on a Youtube video a few months ago but I don't remember :/
It would be awesome if anybody could help :)

Pinterest: How to make the content within iframe fancybox window pinable?

On my website, I have a list of users. By clicking each one, a fancybox pop up window will show. Within the window, I use iframe to load a page with paintings from the user.
Is there any way to make the images in fancybox iframe pinable by clicking pinterest bookmark pin it button? Or do I have to add a pin it button to each HTML page?
Thanks,
Milo
The bookmarklet button works on the page that is currently loaded. Usually, if an iframe has changed even slightly from its original url, it is inaccessible to the parent page via javascript. The actual iframe itself has to initiate the appropriate messaging request systems.
If you can have the iframe send a message to the parent window that contains the desired images and then have the parent window add the image links to the page, that seems to be the only way to do it right now. Look into the postMessage() function.
As you asked if there is "any way" to do it, I would say yes. However, it is very ugly. Probably better to add pinit buttons to each image in the iframe. :)

Resources