Embed iframe in Apple News Format - apple-news

I am trying to embed an iframe in Apple News Content and have problem with it.
According to Apple News Format documentation, it seems not allowed to embed iframe in Apple News Content.
But I saw many sample news that have an embedded iframe.
Does anybody have this experience?

It is not possible to embed iframes in ANF. Apple supports a few components out of the box, such as maps, social posts, videos, html table and a few others. Full list here: https://developer.apple.com/documentation/apple_news/apple_news_format/components

Related

Get list of all comments made by a given user with Youtube Data API?

Is it possible to get a list of all comments made by a given user's account with Youtube Data API, or even another API?
If this isn't a direct feature, would there be a convoluted way of doing this by seeing all the videos watched by a user and parsing the comments out of those specific videos?
The goal of my project is to create a 'Spotify Wrapped' style website but for youtube (showing a user their most liked comments, the channels they watch the most, etc) but I'm having trouble finding the correct search criteria in the Youtube Data API documentation.
I am using HMTL, CSS, and JavaScript currently, and any help would be greatly appreciated!
Thanks,
Tom.

Add Images to QnA Maker

How to Add Images to QnA Maker?
I would like to put picture in qna maker (knowledge base).
Any help please.
[Michael Szul's Twitter] (https://img.thedailybeast.com/image/upload/c_crop,d_placeholder_euli9k,h_1440,w_2560,x_0,y_0/dpr_1.5/c_limit,w_1044/fl_lossy,q_auto/v1505327080/170911-cox-bots-politics-tease_hflhdh)
As per the QnAMaker documentation:
The knowledge base supports Markdown. However, the auto-extraction from URLs has limited HTML-to-Markdown conversion capability. If you want to use full-fledged Markdown, you can modify your content directly in the table, or upload a knowledge base with the rich content. Multimedia, such as images and videos, is not supported at this time."
Using Markdowns : you can add images to a QnAMaker answer by adding the URl via markdowns.
![Image](https://cdn.pixabay.com/photo/2018/03/11/20/42/mammals-3218028__340.jpg)
This will result in
What you have pasted above will render as a link.
If you want to add links via markdown, then the format is
[bing](http://bing.com)
which will result in
Hope this helps.

Video Search in GSA

Is it possible to mark up Videos displayed on Page and retrieve them Using GSA as Google Search does this.
I was referring to this one in particular:
https://developers.google.com/webmasters/videosearch/sitemaps

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

Where can I find OpenID Buttons?

Yahoo offers OpenID buttons on this webpage:
http://developer.yahoo.com/openid/loginbuttons.html
I was wondering if Google / Aol and other providers have similar graphics that I can use on my webpage. If so, where can I find them? Otherwise, am I alllowed to just photoshop the logos of these companies into my own graphic?
The openid-selector has some icons that you may be able to use. The project is distributed under the New BSD License.
Take a look at their demo page to see the icons.

Resources