Being able to convey what your brand stands in a few words is crucial, says chief brand officer Noel Mack, hence its new platform ‘We Do Gym’.
Gymshark is looking to “simplify” its message as it launches its new brand platform ‘We Do Gym’.
The brand launched the platform today (18 June) with the aim of ensuring it is driving home its “obsession” with the gym and how it exists to serve that community.
Not yet a subscriber?
Buy today to continue reading
// Additional initialization code such as adding Event Listeners goes here
};
// comments update button
$('.fb-comments').before( '' );
$( document ).on( 'click.fbcomments', '.fb-update-comments', function() { window.fbAsyncInit(); } );
// share dialog function
$( document ).on( 'click.fbshare', 'a.fb-share', function(e) {
var $this = $( this );
e.preventDefault();
FB.ui( {
method : 'feed', // 'share',
link : $this.data( 'link' ) || $( 'meta[property="og:url"]' ).attr( 'content' ),
href : $this.data( 'href' ) || $( 'meta[property="og:url"]' ).attr( 'content' ),
picture : $this.data( 'picture' ) || $( 'meta[property="og:image"]' ).attr( 'content' ),
name : $this.data( 'name' ) || $( 'meta[property="og:title"]' ).attr( 'content' ),
caption : $this.data( 'caption' ) || '',
description : $this.data( 'description' ) || $( 'meta[property="og:description"]' ).attr( 'content' ),
display : 'popup' // UI dialog is broken -scroll to top issue
}, function( response ) {
// track as no FB.Event.subscribe for shares
fbTrack( 'share', $this.data( 'href' ) || $( 'meta[property="og:url"]' ).attr( 'content' ) );
} );
} );
// custom like
$( document ).on( 'click.fblike', '.fb-like-custom', function( e ) {
e.preventDefault();
var link = this,
href = $( this ).data( 'href' ),
id = $( this ).data( 'id' );
if ( href ) {
$( link ).addClass( 'fb-loading' );
FB.api( '/me/og.likes', 'POST', {
object: href
}, function( rsp ) {
if ( rsp.error ) {
// already liked
if ( rsp.error.code == 3501 ) {
// delete the like
FB.api( '/' + rsp.error.message.replace( /^.*? (d+)$/, '$1' ), 'DELETE', function( rsp ) {
$( link ).removeClass( 'fb-loading' );
if ( rsp )
$( link ).removeClass( 'fb-liked' );
} );
// not logged in
} else if ( rsp.error.code == 2500 ) {
FB.login( function() {
$( link ).focus();
}, {
scope: 'publish_actions,user_likes'
} );
}
} else {
$( link ).removeClass( 'fb-loading' );
if ( rsp.id )
$( link ).addClass( 'fb-liked' );
}
} );
} else {
}
} );
}(jQuery));
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
}