Getbig Bodybuilding, Figure and Fitness Forums

Getbig Main Boards => Gossip & Opinions => Topic started by: epic_alien on August 27, 2015, 10:49:27 AM

Title: how to embed videos on here
Post by: epic_alien on August 27, 2015, 10:49:27 AM
can someone explain why it doesn't work for those of us who actually lift?

Title: Re: how to embed videos on here
Post by: Set It Up on August 27, 2015, 11:03:52 AM
at the end of youtube video address bars are letter (that I have highlighted in blue). You control c (copy) those letters and paste them in between [youtube]   the you tube embedder on here

[youtube]paste the letters in here

[youtube]
Title: Re: how to embed videos on here
Post by: NarcissisticDeity on August 27, 2015, 11:06:44 AM
can someone explain why it doesn't work for those of us who actually lift?





hit the Youtube icon and make sure you remove the https in https and hit the " Preview " button to make sure it worked




Title: Re: how to embed videos on here
Post by: el numero uno on August 27, 2015, 11:27:50 AM
Type this after the Youtube link

#include <stdio.h>
#define STR_LENGTH   10

void main()
{
   char Str[STR_LENGTH];
   char* pStr;
   int i;
   Str[0] = 'H';
   Str[1] = 'i';
   Str[2] = '!';
   Str[3] = '\0'; // special end string character
   printf("The string in Str is : %s\n", Str);
   pStr = &Str[0];
   for (i = 0; i < STR_LENGTH; i++)
   {
      *pStr = '0'+i;
      pStr++;
   }
   Str[STR_LENGTH-1] = '\0';
   printf("The string in Str is : %s\n", Str);
Title: Re: how to embed videos on here
Post by: Set It Up on August 27, 2015, 11:28:22 AM
Type this after the Youtube link

#include <stdio.h>
#define STR_LENGTH   10

void main()
{
   char Str[STR_LENGTH];
   char* pStr;
   int i;
   Str[0] = 'H';
   Str[1] = 'i';
   Str[2] = '!';
   Str[3] = '\0'; // special end string character
   printf("The string in Str is : %s\n", Str);
   pStr = &Str[0];
   for (i = 0; i < STR_LENGTH; i++)
   {
      *pStr = '0'+i;
      pStr++;
   }
   Str[STR_LENGTH-1] = '\0';
   printf("The string in Str is : %s\n", Str);

 :o :o :-X
Title: Re: how to embed videos on here
Post by: herne on August 27, 2015, 12:40:29 PM
Type this after the Youtube link

#include <stdio.h>
#define STR_LENGTH   10

void main()
{
   char Str[STR_LENGTH];
   char* pStr;
   int i;
   Str[0] = 'H';
   Str[1] = 'i';
   Str[2] = '!';
   Str[3] = '\0'; // special end string character
   printf("The string in Str is : %s\n", Str);
   pStr = &Str[0];
   for (i = 0; i < STR_LENGTH; i++)
   {
      *pStr = '0'+i;
      pStr++;
   }
   Str[STR_LENGTH-1] = '\0';
   printf("The string in Str is : %s\n", Str);

Ummm... 'C' code.
Title: Re: how to embed videos on here
Post by: ritch on August 27, 2015, 12:57:08 PM
Type this after the Youtube link

#include <stdio.h>
#define STR_LENGTH   10

void main()
{
   char Str[STR_LENGTH];
   char* pStr;
   int i;
   Str[0] = 'H';
   Str[1] = 'i';
   Str[2] = '!';
   Str[3] = '\0'; // special end string character
   printf("The string in Str is : %s\n", Str);
   pStr = &Str[0];
   for (i = 0; i < STR_LENGTH; i++)
   {
      *pStr = '0'+i;
      pStr++;
   }
   Str[STR_LENGTH-1] = '\0';
   printf("The string in Str is : %s\n", Str);

Confuses the fuck outta me that post and makes me wanna smash my computer. FUCK!!!

Why can't the mother fucker just embed? How about that? But no, just a bunch of chinese shit here I don't understand, looks like computer coding for fuck sakes...

Title: Re: how to embed videos on here
Post by: ritch on August 27, 2015, 12:58:28 PM
And I've taken out the "s" many times, never works.
I swear someone is fucking with me, laughing...
Title: Re: how to embed videos on here
Post by: epic_alien on August 27, 2015, 02:50:01 PM
still makes no sense. will someone film them putting a video on here so it can make sense? maybe falcon can help us?
Title: Re: how to embed videos on here
Post by: el numero uno on August 27, 2015, 02:59:42 PM
Here's a tutorial that shows how to embed a video

Title: Re: how to embed videos on here
Post by: King Shizzo on August 27, 2015, 03:02:51 PM
Here's a tutorial that shows how to embed a video


;D