Title: [Plugin: Custom Content Type Manager] embed snippet
Last modified: August 20, 2016

---

# [Plugin: Custom Content Type Manager] embed snippet

 *  [Corey Ellis](https://wordpress.org/support/users/thesrpartners/)
 * (@thesrpartners)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-embed-snippet/)
 * I was wondering if it was possible to do something like this with the cctm plug.
   Specifically I want to be able to add embed snippets (mostly iframes) as a custom
   field
 * [http://www.matteoionescu.com/wordpress/embed-html/](http://www.matteoionescu.com/wordpress/embed-html/)
 * [http://wordpress.org/extend/plugins/custom-content-type-manager/](http://wordpress.org/extend/plugins/custom-content-type-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-embed-snippet/#post-2484320)
 * I wrote a separate plugin for embedding PHP and/or HTML code into your posts:
   [http://wordpress.org/extend/plugins/php-snippets/](http://wordpress.org/extend/plugins/php-snippets/)
 * It’s a bit more flexible than the one you linked to because you can embed PHP
   or HTML via the same mechanism, and you get a nice little button in your WYSIWYG
   editor. Remember: only the main content field will parse shortcodes by default.
   Beyond that you’ll have to use the “do_shortcode” output filter.
 * E.g. if you put your shortcode in a custom field, make sure you get/print the
   value via something like:
 * `<?php print_custom_field('my_field:do_shortcode'); ?>`
 * This is also a bit similar to the feature request here: [http://code.google.com/p/wordpress-custom-content-type-manager/issues/detail?id=120](http://code.google.com/p/wordpress-custom-content-type-manager/issues/detail?id=120)—
   slated for inclusion in 0.9.6 of the CCTM.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Custom Content Type Manager] embed snippet’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-type-manager_c9c790.
   svg)
 * [Custom Content Type Manager](https://wordpress.org/plugins/custom-content-type-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-content-type-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-type-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-type-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-type-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-type-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-embed-snippet/#post-2484320)
 * Status: not resolved