Go to the channel and right click anywhere on the page and click on “View Source”

From there Command F to find “/channel/”.  The channel ID comes right after /channel/ – see graphic:

Channel IDOR

if you want to have your own button, just put this after the channel URL: “?sub_confirmation=1”

So for example: https://www.youtube.com/channel/UCcioHERtmu0ywFN3TpvyIFg?sub_confirmation=1  would be the link to your button

more similar articles

When you need to direct a particular user to a certain page based on their role in WordPress, you don’t need to spend money on a redirect plugin – just put the following code in your function.php file.

n

For instance, if you want all Subscribers to be redirected to their Dashboard.

When you need to direct a particular user to a certain page based on their role in WordPress, you don’t need to spend money on a redirect plugin – just put the following code in your function.php file.

For instance, if you want all Subscribers to be redirected to their Dashboard.