Does anybody know of it is possible to insert a slideshow inline in a node?

In a perfect world I like to be able to insert multiple slideshows inline in a single node. But that may be asking too much.

Other than that it's a great module and works well for me.

Thanks

Comments

idflood’s picture

Status: Active » Postponed (maintainer needs more info)

What exactly do you mean by inline? Inserting the slideshow inside the body?
edit: maybe a duplicate of #1115906: Use field_slideshow with insert module?

JohnnyX’s picture

It's possible, but not as simple as insert an image...

Build a view with slideshow and insert it inside a node:
http://drupal.org/project/insert_view

Or embed a node inside another nodes body field:
http://drupal.org/project/node_embed

timdavison’s picture

Issue summary: View changes

You can do this with node_field_embed if your slideshow field is part of the node itself.

https://www.drupal.org/project/node_field_embed

If your slideshow field is another node, then node_embed as mentioned above will do it.

lamp5’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)