$f_autoplay= types_render_field("autoplay", array());
if ( !is_single() && $f_autoplay ) :
$f_permalink= esc_url( get_permalink() );
echo "<a href='$f_permalink'>View Autoplay Embedded Data »</a>";
else :
the_content( sprintf(
__( 'Continue reading %s', 'twentyfifteen' ),
the_title( '', '', false )
) );
endif;