How do I upload a picture in the body field like it is done for you tube videos?

Comments

paulhipperson’s picture

I've tried 2 wysiwyg modules and I can't get a button to browse my server or c-drive when I want to upload an image (the button is there in the video demos). All I get is an insert URL box and I can only get images from other websites to show on my site. What am I doing wrong?

yelvington’s picture

To upload images and place IMG tags in HTML with a WYSIWYG editor, use http://drupal.org/project/imce. The result is data entangled with presentation, but that's your decision.

To attach images to a content type with the display controlled by the template and image systems, use a field as demonstrated in the stock D7 "article" content type.

To embed an asset from a third-party site such as YouTube, see http://drupal.org/project/oembed and http://embed.ly/providers.