Advertisement
chrishajer

VideoZoom post editor options

Aug 7th, 2011
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.23 KB | None | 0 0
  1. <fieldset>
  2. <div>
  3. <p>
  4. <label for="wpzoom_post_embed_location" >Where to show embed video in post:</label><br />
  5. <select name="wpzoom_post_embed_location" id="wpzoom_post_embed_location">
  6. <option>In the middle column</option>
  7. <option>Before everything else</option>
  8. </select>
  9. <br />
  10. </p>
  11. <p>
  12. <label for="wpzoom_post_embed_code" >Video URL or Embed Code:</label><br />
  13. <textarea style="height: 100px; width: 250px;" name="wpzoom_post_embed_code" id="wpzoom_post_embed_code"></textarea>
  14. <br />
  15. </p>
  16. </div>
  17. </fieldset>
  18. </div>
  19. </div>
  20. <div id="wpzoom_post_template" class="postbox " >
  21. <div class="handlediv" title="Click to toggle"><br /></div><h3 class='hndle'><span>Custom Post Options</span></h3>
  22. <div class="inside">
  23. <fieldset>
  24. <div>
  25. <p>
  26. <label for="wpzoom_post_template" >Choose layout for this post:</label><br />
  27. <select name="wpzoom_post_template" id="wpzoom_post_template">
  28. <option>Default</option>
  29. <option>Sidebar on the left</option>
  30. <option>Full Width (no sidebar)</option>
  31. </select>
  32. </p>
  33. <p>
  34. <label for="wpzoom_post_social" >Show social sharing icons:</label><br />
  35. <select name="wpzoom_post_social" id="wpzoom_post_social">
  36. <option>Yes</option>
  37. <option>No</option>
  38. </select>
  39. <br />
  40. </p>
  41. </div>
  42. </fieldset>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement