Changeset 1071360
- Timestamp:
- 01/19/2015 10:37:49 PM (11 years ago)
- File:
-
- 1 edited
-
imforza-news/trunk/admin/wp101.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imforza-news/trunk/admin/wp101.php
r1052088 r1071360 6 6 7 7 8 9 10 add_filter( 'wp101_get_custom_help_topics', function( $custom_videos ) { 11 12 $custom_videos['idxbroker.1'] = array( 13 'id' => 'idxbroker.1', 14 'title' => 'IDX Broker: Getting Started', 15 'content' => '<iframe width="560" height="315" src="//www.youtube.com/embed/Gm-R4l23tp8?rel=0&showinfo=0&controls=1&vq=hd1080" frameborder="0" allowfullscreen></iframe>' 16 ); 17 18 $custom_videos['idxbroker.2'] = array( 19 'id' => 'idxbroker.2', 20 'title' => 'IDX Broker: Creating/Managing Pages', 21 'content' => '<iframe width="560" height="315" src="//www.youtube.com/embed/cHg-Gx5P_Uo?rel=0&showinfo=0&controls=1&vq=hd1080" frameborder="0" allowfullscreen></iframe>' 22 ); 23 24 $custom_videos['idxbroker.3'] = array( 25 'id' => 'idxbroker.3', 26 'title' => 'IDX Broker: Social and Facebook', 27 'content' => '<iframe width="560" height="315" src="//www.youtube.com/embed/GvvsVgp_PLI?rel=0&showinfo=0&controls=1&vq=hd1080" frameborder="0" allowfullscreen></iframe>' 28 ); 29 30 $custom_videos['idxbroker.4'] = array( 31 'id' => 'idxbroker.4', 32 'title' => 'IDX Broker: Lead Management', 33 'content' => '<iframe width="560" height="315" src="//www.youtube.com/embed/jU5Z0z_GOHA?rel=0&showinfo=0&controls=1&vq=hd1080" frameborder="0" allowfullscreen></iframe>' 34 ); 35 36 return $custom_videos; 37 } ); 38 39 40 41
Note: See TracChangeset
for help on using the changeset viewer.