Closed (fixed)
Project:
Video Filter
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2013 at 06:09 UTC
Updated:
13 Mar 2016 at 15:34 UTC
Jump to comment: Most recent
Comments
Comment #0.0
funtik44 commentedRewrite word
Comment #1
funtik44 commentedHelp me please anybody!!!
Comment #2
Patrick Nelson commentedJust in case you haven't seen this, read this post: http://drupal.org/node/623404
The instructions are slightly out of date so maybe this will help:
1. Go to the slideshare presentation that you want to embed on slideshare.net
2. Above the presentation, click the Embed link.
3. Under the box containing the URL, click the Customize button
4. At the bottom of the options that appear is a shortcode for Wordpress.com blogs. Click the Copy link to copy the contents to your clipboard. They will look something like this:
[slideshare id=16283755&doc=photosofthefaculty-130131175953-phpapp01&type=d]
5. For the purposes of this module, this code breaks down into the three parts shown below and labelled a,b and c
a) [slideshare
b) id=16283755&doc=photosofthefaculty-130131175953-phpapp01
c) &type=d]
6. You can discard parts a and c. Using part b, you need to create your video filter token. Do this as follows:
[video:http://slideshare.net/? ]
so, using my example above, I would end up with
[video:http://slideshare.net/?id=16283755&doc=photosofthefaculty-130131175953-p...
If you're using the video filter field module, in the URL field, you would just enter:
http://slideshare.net/?
so this becomes
http://slideshare.net/?id=16283755&doc=photosofthefaculty-130131175953-p...
Hope that helps!
Comment #2.0
Patrick Nelson commentedword error
Comment #3
minnur commented