Wechat social meta tags - meta-tags

I just got a requirement from my client to have social meta tags for sharing with WeChat, and I couldn't find any document related to this, maybe it was write in chinese. Anyone know what they use?

Related

Where to find documentation about carousel/multiple images in the gmail promotion annotations?

Duplicate of How do you use carousel/multiple images in the gmail promotion annotations? but has the question is simply associated with the gmail-promo-tabs tag and not the gmail-api asked by the official Gmail API support I thought it's maybe not visible.
The problem is the same, I saw examples of multiples images carousel in Gmail including CatalogCardLayout (Carousel Images) for Gmail Annotation but I don't found any documentation about it.
I want to know if this functionality still exist and where is the documentation ?
Looking for the source code / schema here as well. We'd really like to implement the carousel images, but can't see any guide on it. If anyone have an answer, please help...

How to create file upload form in Bigcommerce checkout page and link it to order ID?

I have gone through Bigcommerce documentation and also the tutorial videos on their official Youtube channel, there they taught about editing theme files, however my requirement is to let the users upload a file, save its path into BigCommerce database and access the file path and display it with order ID on Orders page after users have checked out.
I don't find their documentation on connecting to and accessing database.
Is there a place where articles on interacting with Bigcommerce database are available?
BigCommerce doesn't provide any native database access, but you can use BigCommerce API to access data if you needed to do so. Per reading your question, I believe you may be able to use webdav to upload your file and link it to specific pages, if that's more of what you're looking to do.
--Update--
We do currently have an idea in the community for this to be supported natively. You can comment and vote for it to show support and to raise the awareness to our engineering teams. Find it here!
I know this isn't a solution for right now, but your support would help this idea become natively supported. We do have the ability to upload files on the product level, like this.

Instagram API / Submission Review / Issue with Video Screencast shared on public network

We would like to use the Instagram API to harvest comments from a Brand page into a CRM Solution.
From this CRM Solution, agents will consult and possibly reply to Instagram Posts.
I think the most appropriate use case for what we plan to do is this one:
"My product helps brands and advertisers understand, manage their audience and media rights"
Here my question:
During the submission review, we need to join a Video Screencast of our project.
This part is really annoying for us as:
We don't want to share on a public platform (like youtube) the details of our project and CRM solution
Is there any workaround to this ?
You don't need to "join" video screencast, you need to submit a video of product functionality (use quicktime screen record), upload the video on google drive and share the link, only instagram will be seeing it, only the people u send link will be able to get to the video, it will not be public when sharing from Google Drive, there are varrious settings while sharing. You need to show login flow and all API functionality of app. This worked for me. The usecase looks correct for your app.

Does someone know of 'iPaper-secure'-like service?

I've been using Scribd secure and their javascript/PHP api for few years. I've made a custom upload page where I upload books and automatically disable printing/downloading/copying, because this is what my client wants. Those books are then embedded into a page on my site.
I was never really satisfied with Scribd API and their 'iPaper secure' because it is not really secure but I wasn't able to find better solution for displaying documents to registered members while restricting save/copy/print. And Scribd developer support was very bad. But I lived with that.
Unfortunately, I just noticed that printing is no longer disabled on my 'secured' documents, because Scribd removed this option almost 3 years ago, without my knowledge :)
Please, does anybody know of any way for me to host books 'securely'?
Thanx in advance!
There are several PDF to html converters which would allow you to put the content on your site (with full control) or you could use something like PDF.js to display files.

How can I create pagination for a tumblr blog embedded on my personal website?

I have embedded a Tumblr blog onto my website using the script provided in the goodies section of the Tumblr website as well as added the code to limit my posts to 5 of the most recent... indicated by ?num=5 at the end of the script below:
<script type="text/javascript" src="http://website.tumblr.com/js?num=5"></script>
What I am trying to do is build pagination for the blog on my personal website so that all posts are accessible to people wanting to view all of; even the oldest posts. I want to show 5 posts per page in the pagination. Does anyone know how to do this?
I have searched through this forum, Google, Tumblr and I even sent a question to the Tumblr support team but still haven't found the answer. THeir support team suggested I use frames but I don't know how to build that.
I hope someone can help!!
Thank's in advance!!!
What you could do, as the Tumblr support suggested, is to use an iframe and simply embed the whole Tumbleblog inside. Like this:
<iframe src="http://website.tumblr.com" width="42px" height="42px">
<p>Your browser does not support iframes.</p>
</iframe>
http://www.w3schools.com/TAGS/tag_iframe.asp
The pagination has to take place on the actual Tumbleblog, like it is by default. Biggest downside is that it will be tricky to differ the design/layout and behaviour for the one that's embedded on your blog and the direct one (because it's the same, duh).
I've created a jquery plugin for consuming your tumblr feed - I've just added pagination support.
Its called jquery-tumblr - https://github.com/alexhayes/jquery-tumblr

Resources