Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Hello,
  2.  
  3. We have completed the development of the widgets to be used in your Article Pages.
  4.  
  5. Place this code in the <head> section:
  6. <script type="text/javascript">
  7. window._taboola = window._taboola || [];
  8. _taboola.push({article:'auto'});
  9. !function (e, f, u) {
  10. e.async = 1;
  11. e.src = u;
  12. f.parentNode.insertBefore(e, f);
  13. }(document.createElement('script'),
  14. document.getElementsByTagName('script')[0],
  15. 'http://cdn.taboola.com/libtrc/bbuzzmee/loader.js');
  16. </script>
  17.  
  18. Place this code where you want the "Below Article Thumbnails" widget to render:
  19. <div id="taboola-below-article-thumbnails"></div>
  20. <script type="text/javascript">
  21. window._taboola = window._taboola || [];
  22. _taboola.push({
  23. mode: 'thumbnails-a',
  24. container: 'taboola-below-article-thumbnails',
  25. placement: 'Below Article Thumbnails',
  26. target_type: 'mix'
  27. });
  28. </script>
  29.  
  30. Place this code where you want the "Right Rail Thumbnails" widget to render:
  31. <div id="taboola-right-rail-thumbnails"></div>
  32. <script type="text/javascript">
  33. window._taboola = window._taboola || [];
  34. _taboola.push({
  35. mode: 'thumbnails-b',
  36. container: 'taboola-right-rail-thumbnails',
  37. placement: 'Right Rail Thumbnails',
  38. target_type: 'mix'
  39. });
  40. </script>
  41.  
  42. Place this code at the end of your <body> tag:
  43. <script type="text/javascript">
  44. window._taboola = window._taboola || [];
  45. _taboola.push({flush: true});
  46. </script>
  47.  
  48. We'd appreciate it if you'd provide us with a timeframe for launch, so we can plan our post-launch QA.
  49.  
  50. Best,
  51. Taboola Support Team
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement