Plugin Directory

Changeset 799415

Timestamp:
11/05/2013 08:11:36 PM (11 years ago)
Author:
jshreve
Message:

Publicize & Open Graph Enhancements
Merge with WordPress.com

Adds some new classes that can be used to analyze what a post is made up of (video, gallery, etc).
Adds a new piece to Jetpack Publicize that will add some enhanced open graph tags for Video, etc so publicized Jetpack posts can get the same goodness as WordPress.com got with the recent Facebook work.

Location:
jetpack/trunk
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/functions.compat.php

    r622441 r799415  
    1414}
    1515endif;
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
  • jetpack/trunk/jetpack.php

    r798308 r799415  
    4343require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-user-agent.php'    );
    4444require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-post-images.php'   );
     45
     46
    4547require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-error.php'         );
    4648require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-debugger.php'      );
  • jetpack/trunk/modules/publicize/publicize-jetpack.php

    r784933 r799415  
    2525
    2626        add_action( 'transition_post_status', array( $this, 'save_publicized' ), 10, 3 );
     27
     28
    2729    }
    2830
  • jetpack/trunk/modules/videopress/videopress.php

    r791188 r799415  
    731731}
    732732
     733
     734
     735
     736
     737
     738
     739
     740
     741
    733742// Initialize the module.
    734743Jetpack_VideoPress::init();
Note: See TracChangeset for help on using the changeset viewer.