- Publisher-side file
- The "socialflex" iframe has been renamed "mediabrix".
- A new publisher side file named mediabrix.html replaces socialflex.html
- mbrix_metrics.js replaces socialflex.js.
- The socialFlexHolder div has been deprecated.
- The method mediabrix.newAd replaces socialflex.socialflex
- mediabrix.newAd('name', socialvars)
- name: the name of the ad instance
- socialvars: a valid socialVars object.
- SocialFlex ad units will render immediately.
- SocialViews ad units will immediately fire the adVerification callback.
- SocialViews ad units render by invoking the init() method of the named instance.
- mediabrix.newAd('myAd', socialvars)
- myAd.init()