I have installed collective.tinymceplugins.embedly and expected to see an embed button like here http://vimeo.com/40592731 but there is only an embed.ly link button which seems to just link to the video on the video providers site. I have activated the product unde quickinstall and added the API key. Is there another step to configuration?
From the documentation:
https://github.com/collective/collective.tinymceplugins.embedly
To use the Embedly plugin on your site, you need to provide an API key
(available from embed.ly). You can set the API key by going to Site
Setup -> Configuration Registry and setting the api_key value.
Be sure to do that.
whilst this is not answer to your question on how to get collective.tinymceplugins.embedly, this offers you an alternative solution: collective.embedly (https://pypi.python.org/pypi/collective.embedly)
it also offers a tiny mce button and a settings dialow with more options (eg autoplay and thelike)
Related
Can anybody help me to find a solution how to make this code work on my Wix-Site:
Click here to opt-out of Google Analytics
I have this code from Google itself (At the bottom of the page see "example"):
https://developers.google.com/analytics/devguides/collection/gajs/
Here is a Screenshot of this code from the google website:
Google Analytics Opt Out Code
I tried this:
$w("#text1").html = "<a href='javascript:gaOptout()'>Click here to opt-out of Google Analytics</a>";
But I was told that in Wix it is not possible to add events to a-tag elements in text element. Here you will find the little discussion that I had on Wix Forum:
https://www.wix.com/code/home/forum/questions-answers/how-to-link-text-to-a-url-using-w-link
I also asked on Reddit, Facebook and WixSupport. But nobody could help me with that issue.
You might want to take a look at the new wix feature called "tracking and analytics". It lets you embed custom scripts in your html's body, header, or footer.
https://support.wix.com/en/article/about-tracking-tools-analytics
You cannot access the HTML directly via Wix Code. Wix Code exposes a dedicated API for you to manipulate their controllers and elements on screen but not further under the hood.
You can use wix-fetch to call external API calls to google analytics (if they have an API to opt-out, not familiar enough to say here is the post)
anyway, your code in Wix should be something like this:
(as example API taken from their docs)
import {fetch} from 'wix-data'
fetch('https://analyticsreporting.googleapis.com/v4/...', options) // returns a Promise
I'm trying to add an 'Apply by LinkedIn' button to my website. I realise the plugin was deprecatad and am trying to use the JS SDK to create this. What I currently have in place (as documented here) will allow me to sign in to my account, however, the documentation doesn't go any further. How is the user to apply for a specific position, should this be referenced in the url somewhere?
Also, I've submitted the application to access the API but have heard nothing back after 9 days.
Any feedback appreciated,
Thanks :)
I want to embed editable google docs in my wordpress site. I try different plugins but it not give option for edit.
How i can embed google docs in wordpress.so that user can edit and view the docs.i want to embed editable google docs in wordpress site.
Create your Google doc document then make sure all people are able to edit the document without logging in.
To do this click share on the upper right hand corner of the page when you've opened the document and then try changing the "who can access" from private to "anyone with the link".
Now simply publish the document on the web, get the embedded code and simply paste it in your blog post.
I think this should do the trick.
I've been working on this for a while. An iframe works well for editing/viewing on desktop. The plugins are good for viewing documents. When it comes to mobile browsers, iframes don't fly. Its best for the user to download the document and then view it on a native google docs app.
In order to use Express Checkout, i have to use button from PayPal's server. But it offers only one button style: https://www.paypal.com/express-checkout-buttons. It looks really bad on dark background. Is there another "official" page which offers more styles (similar to what FB offers for LIKE button for example)?
Thank you.
The following link is the official page on the latest button styles
https://www.paypal.com/au/webapps/mpp/logos-buttons
One of my users asked if there was a plugin to take automatically a screenshot from a submitted website url. He also asked if there was a wordpress plugin for this.
can anyone tell me if such a plugin exist for wordpress or if it's possible with php, ajax or any other language?
As far as I understand your question you can use http://wordpress.org/extend/plugins/seekxl-snapr/ this plug-in will show a thumbnail of the url as the mouse over.
There are other plug-ins that uses websnapr[dot]com to create the images as well.
I personally don't know of any Wordpress plugins that take screenshots of a submitted website url, however there is a very nice service at http://browsershots.org/ that might be what you're looking for. Browsershots will render screenshots in almost any combination of browser and OS you could ever want.
Hope this helps.
I've had trouble with this for a while, it's so hard to get an accurate high quality screenshot generated. I've just released a stable plugin for handling this, it makes the process of automatically generating website screenshots in WordPress dead simple with a simple shortcode:
[browser-shot url="http://link-to-website" width="600"]
For more info checkout the official plugin page: http://wordpress.org/extend/plugins/browser-shots/
As far as i understand, you want this.
https://wordpress.org/plugins/cmp/
This plugin creates a website screenshot using only a website URL and
save into your own wordpress media library.
After creating the image, wordpress will prompt you either to "insert
into post" or "change attributes" just like after you upload an image.
Renaming is available.