Tag Info

Hot answers tagged

4

Card comments use embed.ly to display content inline, so a link to a Twitter status or YouTube video will embed the status or video. Here is a full list of providers: http://embed.ly/providers. Trello only display services that offer SSL, though. And it won't work for any image URL, just those in the list of providers. If you upload images as attachments, it ...


3

Other than using an iframe, Trello has a REST public API that you can tap into for your site. You can theme it to match your site and have more control than simply a window into another site. You can find more information on programmableweb here: http://www.programmableweb.com/api/trello


3

Google Drive does not provide HTML embed codes directly, and they actively block the ability to put a public folder listing in an <iframe> on your website (using X-Frame-Options: SAMEORIGIN). I have been unable to find a third-party service that provides embedding functionality. Your answer at this time appears to be No.


2

To update things for the new (as of April 2013) Gmail interface: You have a few options: Drag the image from Finder/Explorer and drop it directly into your message. Mouse over the + sign at the bottom of the message, which brings up an "Insert" menu with a few options for photo sources. Select the camera icon, then browse to find the file on your ...


2

Here is how you can do it: Upload your PDF file. Then click your file in document list. A preview will be opened. You will see a blue button named Open (right-bottom side) Click that button. You will be transferred docs.google.com Here you will see the top-menu like File, Edit... Choose File → Embed file. Then you can get an embed code. Also, don't ...


1

It depends on the Mail client of your receiver. If it does not support Rich Text and HTML, in the sense, does not offer a complete/true email experience, then images are shown as attachments. Most smartphones sometimes do show images as attachments. AFAIK, you don't have anything to do with this (or can do anything about it).


1

It turns out that Google Drive does have streaming capabilities. And it doesn't change the URL for anything you move, so it's the perfect solution (aside from not having unlimited storage, but my use case doesn't require that, so I'm good). So my blog post jus consist of the following HTML: Whatever I want to write here...<br /> <br /> <hr ...


1

I think you will find that the answer lies in the use of Google API service. I have been looking at the same thing and so far this is the answer. https://developers.google.com/discovery/libraries You need to add the client library to your website and reference it in your webpages. You also need to add a security key to Google so that the system can ...


1

I found one article that might help you out. This article shows you how to embed a list of Google Docs in a Page on your Google Site. https://developers.google.com/apps-script/articles/embedding_docslist_in_sites. It requires a bit of scripting knowledge so it might be a little advanced depending on how comfortable you are. This and this are questions on ...


1

There is no purpose to using the feature parameter in a YouTube embed link nor do I think you should be using that when embedding. When embedding a video YouTube actually has a different URL they use in the src field. For example with the video link you are using your src field would use this url: http://www.youtube.com/embed/275VsDVauN8 When on the ...


1

Most surely your editor strips the html code for security reasons. Depending on the editor you are using you could allow html tags in its settings somewhere. To get around this quickly I prefer to go to the joomla admin tab > users > and disable the editor for the administrator completely (choosing "no editor"). Doing so will give you pure a html form ...


1

If you are using the new Gmail compose interface, there is an arrow button at the right bottom corner. Click it to select to switch to the old fashion. Edit your HTML in a text editor and preview it by any browser like Chrome/Firefox. In browser, Ctrl+A to select all, then switch to your Gmail. Paste it to your email body. The images should be shown as ...



Only top voted, non community-wiki answers of a minimum length are eligible