Deeplink on amp-accordion - accordion

I would like to deeplink into an amp website. Is it possible to link into an accordion menu content?
I could not find any information about that.

Related

Share link & text via Messenger button on webpage

I want to let people click a web page button, which upon clicking should open a Messenger share popup with the link (website) rendered and sharing text pre-filled. User only has to choose Messenger contact.s to share this content with. I haven't found any doc or working example. Who can help please?

Some js file and social media plugin did not load when changing pages using jQuery Mobile Sliding Panel

I am using jQuery Mobile's panel feature to navigate between pages. Most of my pages have some jssor plugin and social media plugins like Facebook and Twitter. The plug ins do not work through the panel item when selected.
This is my current page:
http://191armyband.com/contact.html
I clicked menu and go to home page, the home page should load Twitter feeds, Facebook plug in and a jssor plugin. All these do not work if I navigate here from the panel.
I am assuming if I turn off the AJAX feature from jQuery Mobile, I might make this work...
$.mobile.ajaxEnabled = false;
Is this the correct code to use? How should I integrate it in my code?
Here is the code of my current page:
http://jsfiddle.net/humorean/n7x4mv9k/
Try put the stop AJAX script right before your jQuery Mobile js:
<script type="text/javascript">
$(document).bind("mobileinit", function () {
$.mobile.ajaxEnabled = false;
});
</script>
<script src="js/jquery.mobile-1.4.5.min.js"></script>
Put this script in all the landing pages for all pages to work with the plugins.

Google+ Snippet content customization on Facebook tabs

I'm curious if anyone has had success controlling content shared by Google+'s +1 and Share buttons on Facebook tabs. I'm seeing Google scrape content from the brand's main page (http://www.facebook.com/brand) instead of the tab itself (http://www.facebook.com/brand/app_123456789).
I've tried the microdata and Open Graph tag methods documented for the G+ Snippet but I see no difference. https://developers.google.com/+/plugins/snippet/ And I don't see a way to build my own share URL like you can with Facebook's dialogs.
You can build your own share URL using the Share Endpoint: https://developers.google.com/+/web/share/#sharelink-endpoint

Does anyone have a solution for hiding URL html page links from Facebook Iframe tab

I have created an HTMl5 template in Facebook using the Static Iframe Tab. I don't really want other admin users - trying to download my content and stealing my work. Is there anywhere I can hide/prevent the URL links appearing for each page? When I hover on items on the Iframe, the URLs appear in the (Firefox) Browser window at the bottom? I would be grateful to know if there is a a way to hide them or prevent them being downloaded (i.e. just allow the the IFrame tab access?)
Not with HTML. But you could build your website in flash and have much better control over the content and linking.

iFrame in popup

Since, my site is an online magazine, I'd like to make a custom reader for the articles. Thing is I'd like a pop-up iframe reader. Something like the Facebook photo theater. It pops up within the page and not as a separate window. In that pop up I'd like to put an iframe code. Does anyone know how I can achieve this?
Simply google for javascript lightbox tutorial. Or in case you use jQuery, there are dozens of plugins out there.
For example:
Fancybox
jQuery lightBox plugin
Lightbox 2