How to add/give toolbars google spreadsheet to blogspot post - toolbar

i already embed my spreadsheet to blogspot's post but spreadsheet's toolbar is not appear
how do i add the entire google spreadsheet toolbar to my blogspot post ? or my embed code is wrong
especially what I need are the filters that I have installed in the spreadsheet in each column

Related

Wordpress: Display content along with file download link

I'm trying to attain a custom layout to display project documents on a page very much similar to
I've tried most of the attempts to my knowledge to get the desired results along with Search option, additional filters and pagination, and link to download a file/open a third party URL
PS: I'm using Elementor free version.

How to get all the content of the website article in a facebook instant article?

I am using "Facebook instant articles" feature for my WordPress website.
The instant articles are being generated without any error, and I can see them while using the Facebook app. In the generated instant article only first five lines of the original article's content are displaying. The rest of the content from the article is coming as a hyperlink. Users need to click on READ MORE link which comes after five lines. The link will redirect the user to original link via the browser.
Things I have tried:
I have checked if there is any option for including all the text from an article in STYLE EDITOR in Facebook page's publishing tools section. But didn't find any option there.
If I disable Divi builder everything is working fine. When I enable builder plugin, read more (hyperlink) is coming.
Some more information:
I have not yet tried API option for generating instant articles.
I am using default style editor.
I am using official Facebook instant articles for WP plugin for generating instant articles.
I am not using RSS feed option.
I am using Divi Builder plugin.
Question: How to display all the content from the article in facebook instant article?

Wordpress blog snippet on HTML web page

Trying to figure out if there is a way to take a snippet of a wordpress blog, same site, same hosting, and plug that into a pure HTML page.
Example... I want to show the title of the blog, and first 150 characters. With a link to ..."read more" which would take the visitor to the actual blog.
Widget? or custom type of coding?
One way that WordPress exposes blog output to other applications is through the RSS feed.
It is often available by URL at
"http:// your-Wordpress-Root-URL.com/ feed".
You can use that URL in a 3rd-party widget that you use via HTML/JS on any HTML page.
They'll give you the code snippet to drop in your page.
And they'll have different options to customize things like the number of blog entries to show, and the length to preview - as you mentioned.
I'll paste a couple links to start with, and you can easily search for more online with something like "RSS feed widget" in google.
https://www.rssinclude.com
http://www.webrss.com/
http://www.rssfeedwidget.com/

Embedding links in WordPress 3.6

I am developing a theme for WordPress 3.6 and as far as I know embedded links, like if just place a link into the post for YouTube it should auto embed its self. that's not the case here - would any one know what would cause links from services like YouTube to not embed?
[embed][/embed] doesn't work either...
Make sure the YouTube link is not hyperlinked. If the URL is shown in
your theme’s link color (as the second line in the screenshot below),
then it is hyperlinked. Simply select the whole URL and click the
“Unlink” icon on your Visual Editor toolbar.
Once the URL is unlinked, you will see the link text in black. Make
sure to place the YouTube URL or shortcode on its own line. This
means there should be no character or whitespace before or after the
URL/shortcode.
http://en.support.wordpress.com/shortcodes/
However, beyond those issues you might want to look into. the API that WP uses to embed links from YouTube, Twitter, Flicker...
http://oembed.com/
oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.
Unlink the link if it's linked and use the shortcode :
[youtube=http://www.youtube.com/XXXX] and that will work.

Embeding a PDF and having it searchable in wordpress

I have a 32 page 6 megabyte pdf that i would like to embed for viewing on my wordpress site. However I need the text in it to be searchable by the wordpress search bar (i am willing to edit the search functions to do this) I tried converting the pdf to html but had no success. Any scripts, hacks, or plugins would help. Im open to any and all sugestions.
Google can index the content of PDF files, though I'm not sure if Bing can. What I suggest that you do, considering that you don't want to convert your PDF files to HTML then post it on your site, is to change from the built in Wordpress Search, and instead use the Google Search Plugin.
You can use the Google Custom Search widget, or use the API.
Maybe Ligit might help, provided that they use Google to search your site.

Resources