It looks like Codepen does not like the document.location in the pen and therefore does not display the page correctly (there is no Red button to be dragged to bookmark bar). It looks like they might allow window.location, but safest bet would probably just display the reddit profile URL to the user for them to copy and paste if they want to go there.
It looks like Codepen does not like the
document.location
in the pen and therefore does not display the page correctly (there is no Red button to be dragged to bookmark bar). It looks like they might allowwindow.location
, but safest bet would probably just display the reddit profile URL to the user for them to copy and paste if they want to go there.