Author Topic: how to embed videos on here  (Read 1739 times)

epic_alien

  • Guest
how to embed videos on here
« on: August 27, 2015, 10:49:27 AM »
can someone explain why it doesn't work for those of us who actually lift?


Set It Up

  • Getbig V
  • *****
  • Posts: 4896
  • London--March 22-31
Re: how to embed videos on here
« Reply #1 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]

NarcissisticDeity

  • Getbig V
  • *****
  • Posts: 78906
  • Go back to making jewelry and cakes with your girl
Re: how to embed videos on here
« Reply #2 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





el numero uno

  • Getbig V
  • *****
  • Posts: 9405
  • Clean your room, bucko.
Re: how to embed videos on here
« Reply #3 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);

Set It Up

  • Getbig V
  • *****
  • Posts: 4896
  • London--March 22-31
Re: how to embed videos on here
« Reply #4 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

herne

  • Getbig V
  • *****
  • Posts: 137261
Re: how to embed videos on here
« Reply #5 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.

ritch

  • Getbig V
  • *****
  • Posts: 10673
Re: how to embed videos on here
« Reply #6 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...

?

ritch

  • Getbig V
  • *****
  • Posts: 10673
Re: how to embed videos on here
« Reply #7 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...
?

epic_alien

  • Guest
Re: how to embed videos on here
« Reply #8 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?

el numero uno

  • Getbig V
  • *****
  • Posts: 9405
  • Clean your room, bucko.
Re: how to embed videos on here
« Reply #9 on: August 27, 2015, 02:59:42 PM »
Here's a tutorial that shows how to embed a video


King Shizzo

  • Getbig V
  • *****
  • Posts: 34189
  • Ron crowned me King because I always deliver.
Re: how to embed videos on here
« Reply #10 on: August 27, 2015, 03:02:51 PM »
Here's a tutorial that shows how to embed a video


;D